summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-06-12 03:10:02 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-06-12 03:10:02 (GMT)
commit75f25f2c9a4646746efbc056b4d2a07b40f93964 (patch)
treedc99b42d2c9e31672d27a37659ccf68951526916 /Misc
parentf501942c764d25f29a2e06ba5c9917b149c7189b (diff)
downloadcpython-75f25f2c9a4646746efbc056b4d2a07b40f93964.zip
cpython-75f25f2c9a4646746efbc056b4d2a07b40f93964.tar.gz
cpython-75f25f2c9a4646746efbc056b4d2a07b40f93964.tar.bz2
revert the addition of _pickle because it was causing havok with 64-bit
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 36c5cde..fcd4623 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -82,10 +82,6 @@ Library
- Added C optimized implementation of io.StringIO.
-- 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