[Python-checkins] r55574 - peps/trunk/pep-0361.txt

neal.norwitz python-checkins at python.org
Fri May 25 08:40:55 CEST 2007


Author: neal.norwitz
Date: Fri May 25 08:40:53 2007
New Revision: 55574

Modified:
   peps/trunk/pep-0361.txt
Log:
Oops, forgot the super PEP and references

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Fri May 25 08:40:53 2007
@@ -94,10 +94,11 @@
 
     The following PEPs are being worked on for possible inclusion in 2.6:
 
-        - PEP 297:  Support for System Upgrades
-        - PEP 358:  The "bytes" Object
-        - PEP 3112:  Bytes literals in Python 3000
-        - PEP 3127:  Integer Literal Support and Syntax
+        - PEP 297:  Support for System Upgrades [#pep297]
+        - PEP 358:  The "bytes" Object [#pep358]
+        - PEP 367:  New Super [#pep367]
+        - PEP 3112:  Bytes literals in Python 3000 [#pep3112]
+        - PEP 3127:  Integer Literal Support and Syntax [#pep3127]
 
     Each non-trivial feature listed here that is not a PEP must be 
     discussed on python-dev.  Other enhancements include:
@@ -210,9 +211,21 @@
 .. [1] Adding a __dir__() magic method
    http://mail.python.org/pipermail/python-dev/2006-July/067139.html
 
+.. [#pep358] PEP 358 (The "bytes" Object)
+   http://www.python.org/dev/peps/pep-0358
+
 .. [#pep366] PEP 366 (Main module explicit relative imports)
    http://www.python.org/dev/peps/pep-0366
 
+.. [#pep367] PEP 367 (New Super)
+   http://www.python.org/dev/peps/pep-0367
+
+.. [#pep3112] PEP 3112 (Bytes literals in Python 3000)
+   http://www.python.org/dev/peps/pep-03112
+
+.. [#pep3127] PEP 3127 (Integer Literal Support and Syntax)
+   http://www.python.org/dev/peps/pep-03127
+
 
 Copyright
 


More information about the Python-checkins mailing list