[Python-checkins] peps: PEP 211, Adding New Operators to Python, owner Greg Wilson. (original) (raw)
georg.brandl python-checkins at python.org
Wed Mar 23 21:22:22 CET 2011
- Previous message: [Python-checkins] peps: Another round of updates from Moshe. A reference to the term
- Next message: [Python-checkins] peps: Added PEPs 207 - 211
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/peps/rev/62521cf9bf01 changeset: 14:62521cf9bf01 user: Barry Warsaw <barry at python.org> date: Sat Jul 15 23:25:49 2000 +0000 summary: PEP 211, Adding New Operators to Python, owner Greg Wilson.
files: pep-0211.txt | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/pep-0211.txt b/pep-0211.txt new file mode 100644 --- /dev/null +++ b/pep-0211.txt @@ -0,0 +1,13 @@ +PEP: 211 +Title: Adding New Operators to Python +Version: RevisionRevisionRevision +Owner: gvwilson at nevex.com (Greg Wilson) +Python-Version: 2.1 +Status: Incomplete + + + +Local Variables: +mode: indented-text +indent-tabs-mode: nil +End:
-- Repository URL: http://hg.python.org/peps
- Previous message: [Python-checkins] peps: Another round of updates from Moshe. A reference to the term
- Next message: [Python-checkins] peps: Added PEPs 207 - 211
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]