Oops, forgot the super PEP and references

This commit is contained in:
Neal Norwitz 2007-05-25 06:40:53 +00:00
parent bdba86e2a2
commit be80897241
1 changed files with 17 additions and 4 deletions

View File

@ -94,10 +94,11 @@ Possible features for 2.6
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 @@ References
.. [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