Oops, forgot the super PEP and references
This commit is contained in:
parent
bdba86e2a2
commit
be80897241
21
pep-0361.txt
21
pep-0361.txt
|
@ -94,10 +94,11 @@ Possible features for 2.6
|
||||||
|
|
||||||
The following PEPs are being worked on for possible inclusion in 2.6:
|
The following PEPs are being worked on for possible inclusion in 2.6:
|
||||||
|
|
||||||
- PEP 297: Support for System Upgrades
|
- PEP 297: Support for System Upgrades [#pep297]
|
||||||
- PEP 358: The "bytes" Object
|
- PEP 358: The "bytes" Object [#pep358]
|
||||||
- PEP 3112: Bytes literals in Python 3000
|
- PEP 367: New Super [#pep367]
|
||||||
- PEP 3127: Integer Literal Support and Syntax
|
- 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
|
Each non-trivial feature listed here that is not a PEP must be
|
||||||
discussed on python-dev. Other enhancements include:
|
discussed on python-dev. Other enhancements include:
|
||||||
|
@ -210,9 +211,21 @@ References
|
||||||
.. [1] Adding a __dir__() magic method
|
.. [1] Adding a __dir__() magic method
|
||||||
http://mail.python.org/pipermail/python-dev/2006-July/067139.html
|
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)
|
.. [#pep366] PEP 366 (Main module explicit relative imports)
|
||||||
http://www.python.org/dev/peps/pep-0366
|
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
|
Copyright
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue