
python-checkins at python
May 1, 2012, 4:57 AM
Post #1 of 1
(25 views)
Permalink
|
http://hg.python.org/peps/rev/3fe9b5978b54 changeset: 4337:3fe9b5978b54 user: Georg Brandl <georg [at] python> date: Tue May 01 13:57:40 2012 +0200 summary: Add PEP 3154. files: pep-0398.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pep-0398.txt b/pep-0398.txt --- a/pep-0398.txt +++ b/pep-0398.txt @@ -88,6 +88,7 @@ * PEP 421: Adding sys.implementation * PEP 3143: Standard daemon process library * PEP 3144: IP Address manipulation library +* PEP 3154: Pickle protocol version 4 (Note that these are not accepted yet and even if they are, they might not be finished in time for Python 3.3.) -- Repository URL: http://hg.python.org/peps
|