summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-02-03 04:19:10 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-02-03 04:19:10 (GMT)
commit85602268dc9d57b8965b619dd313868ebe4b9b8f (patch)
tree2f154eb4bdc4f7d2492491e7ff0e71798cdfca29 /Misc
parentf6e18066be2d8e60ee46b103ebd89124a62fac32 (diff)
downloadcpython-85602268dc9d57b8965b619dd313868ebe4b9b8f.zip
cpython-85602268dc9d57b8965b619dd313868ebe4b9b8f.tar.gz
cpython-85602268dc9d57b8965b619dd313868ebe4b9b8f.tar.bz2
The default shelve pickle protocol should have been 3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5426046..68cea16 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -157,6 +157,8 @@ Library
- Issue #1581476: Always use the Tcl global namespace when calling into Tcl.
+- The shelve module now defaults to pickle protocol 3.
+
- Fix a bug in the trace module where a bytes object from co_lnotab had its
items being passed through ord().