[Python-Dev] [Python-checkins] peps: Bring the Python 3.3 feature list up to date. (original) (raw)
Brett Cannon brett at python.org
Mon Jan 16 17:17:42 CET 2012
- Previous message: [Python-Dev] Python-Dev Digest, Vol 102, Issue 35
- Next message: [Python-Dev] [Python-checkins] peps: Bring the Python 3.3 feature list up to date.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is the change to the pyc format big enough news to go into the release PEP? Or should that just be a "What's New" topic?
On Fri, Jan 13, 2012 at 15:18, georg.brandl <python-checkins at python.org>wrote:
http://hg.python.org/peps/rev/ea3ffa3611e5 changeset: 4012:ea3ffa3611e5 user: Georg Brandl <georg at python.org> date: Fri Jan 13 21🔞11 2012 +0100 summary: Bring the Python 3.3 feature list up to date.
files: pep-0398.txt | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/pep-0398.txt b/pep-0398.txt --- a/pep-0398.txt +++ b/pep-0398.txt @@ -57,27 +57,34 @@ Features for 3.3 ================ +Implemented PEPs: + +* PEP 380: Syntax for Delegating to a Subgenerator +* PEP 393: Flexible String Representation +* PEP 3151: Reworking the OS and IO exception hierarchy +* PEP 3155: Qualified name for classes and functions + +Other final large-scale changes: + +* Addition of the "packaging" module, deprecating "distutils" +* Addition of the faulthandler module + Candidate PEPs: * PEP 362: Function Signature Object -* PEP 380: Syntax for Delegating to a Subgenerator * PEP 382: Namespace Packages -* PEP 393: Flexible String Representation * PEP 395: Module Aliasing * PEP 397: Python launcher for Windows * PEP 3143: Standard daemon process library -* PEP 3151: Reworking the OS and IO exception hierarchy (Note that these are not accepted yet and even if they are, they might not be finished in time for Python 3.3.) Other planned large-scale changes: -* Addition of the "packaging" module, replacing "distutils" * Implementing
_import_
using importlib * Email version 6 * A standard event-loop interface (PEP by Jim Fulton pending) -* Adding the faulthandler module. * Breaking out standard library and docs in separate repos? * A PEP on supplementing C modules with equivalent Python modules? -- Repository URL: http://hg.python.org/peps
Python-checkins mailing list Python-checkins at python.org http://mail.python.org/mailman/listinfo/python-checkins -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20120116/60d15616/attachment.html>
- Previous message: [Python-Dev] Python-Dev Digest, Vol 102, Issue 35
- Next message: [Python-Dev] [Python-checkins] peps: Bring the Python 3.3 feature list up to date.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]