Add some PEPs that are possible for 2.6: bytes (& literals) and int literals

This commit is contained in:
Neal Norwitz 2007-05-25 06:36:35 +00:00
parent 693877e65c
commit bdba86e2a2
1 changed files with 3 additions and 0 deletions

View File

@ -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: