[Python-Dev] [Python-checkins] peps: Update list of accepted but not yet implemented or merged peps. (original) (raw)
Victor Stinner victor.stinner at gmail.com
Fri Nov 22 02:04:04 CET 2013
- Previous message: [Python-Dev] PEP 454 - tracemalloc - accepted
- Next message: [Python-Dev] [Python-checkins] peps: Update list of accepted but not yet implemented or merged peps.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hum, I don't think that regex module will enter Python 3.4 before this week-end, there is no PEP.
For the "Introspection information for builtins", I think the PEP 436 has been accepted. The code has been merged, but the PEP status is still draft.
Victor
2013/11/22 barry.warsaw <python-checkins at python.org>:
http://hg.python.org/peps/rev/ea82fe7aa1ff changeset: 5311:ea82fe7aa1ff user: Barry Warsaw <barry at python.org> date: Thu Nov 21 18:21:06 2013 -0500 summary: Update list of accepted but not yet implemented or merged peps.
files: pep-0429.txt | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/pep-0429.txt b/pep-0429.txt --- a/pep-0429.txt +++ b/pep-0429.txt @@ -74,6 +74,15 @@ * PEP 446, make newly created file descriptors not inherited by default * PEP 450, basic statistics module for the standard library +Accepted but not yet implemented/merged: + +* PEP 428, the pathlib module -- object-oriented filesystem paths +* PEP 451, a ModuleSpec Type for the Import System +* PEP 453, pip bootstrapping/bundling with CPython +* PEP 454, the tracemalloc module for tracing Python memory allocations +* PEP 3154, Pickle protocol revision 4 +* PEP 3156, improved asynchronous IO support + Other final large-scale changes: * None so far @@ -85,12 +94,7 @@ * PEP 441, improved Python zip application support * PEP 447, support for locallookup metaclass method * PEP 448, additional unpacking generalizations -* PEP 451, making custom import hooks easier to implement correctly -* PEP 453, pip bootstrapping/bundling with CPython -* PEP 454, PEP 445 based malloc tracing support * PEP 455, key transforming dictionary -* PEP 3154, Pickle protocol revision 4 -* PEP 3156, improved asynchronous IO support Other proposed large-scale changes: -- Repository URL: http://hg.python.org/peps
Python-checkins mailing list Python-checkins at python.org https://mail.python.org/mailman/listinfo/python-checkins
- Previous message: [Python-Dev] PEP 454 - tracemalloc - accepted
- Next message: [Python-Dev] [Python-checkins] peps: Update list of accepted but not yet implemented or merged peps.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]