Add some PEPs that are possible for 2.6: bytes (& literals) and int literals
This commit is contained in:
parent
693877e65c
commit
bdba86e2a2
|
@ -95,6 +95,9 @@ 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
|
||||
|
||||
Each non-trivial feature listed here that is not a PEP must be
|
||||
discussed on python-dev. Other enhancements include:
|
||||
|
|
Loading…
Reference in New Issue