summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-06-11 22:43:06 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-06-11 22:43:06 (GMT)
commitcc313061a5b45c12e9772e2f9f2ae623fc00e31d (patch)
tree2671b4f3883c561c60e1578d4b4e86590842b79e /Misc/NEWS
parent1e637b7373c6a183524b2bfa16d7702ef451e632 (diff)
downloadcpython-cc313061a5b45c12e9772e2f9f2ae623fc00e31d.zip
cpython-cc313061a5b45c12e9772e2f9f2ae623fc00e31d.tar.gz
cpython-cc313061a5b45c12e9772e2f9f2ae623fc00e31d.tar.bz2
Issue 2917: Merge the pickle and cPickle module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 17fe598..6bf1441 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,10 @@ Extension Modules
Library
-------
+- The ``pickle`` module is now automatically use an optimized C
+ implementation of Pickler and Unpickler when available. The
+ ``cPickle`` module is no longer needed.
+
- Removed the ``htmllib`` and ``sgmllib`` modules.
- The deprecated ``SmartCookie`` and ``SimpleCookie`` classes have