What new developments are expected for Python in the future?
See http://www.python.org/doc/peps/ for the Python Enhancement Proposals (PEPs). PEPs are design documents describing a suggested new feature for Python, providing a concise technical specification and a rationale. PEP 1 explains the PEP process and PEP format; read it first if you want to submit a PEP.
New developments are discussed on the python-dev mailing list.
CATEGORY: general
Comment:
OK, so here are the things I would mention.
- Python 3000. For the most official plans, a timeline, and pointers to other documents, see PEP 3000. (I don't think it's necessary to repeat some of the information here; that just creates more places that need to be updated if things change.)
Other Py3k resources to mention (yes, these are also dupes, but I think they are worth it):Posted by Guido van Rossum (2006-11-14)