summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorŽiga Seilnacht <ziga.seilnacht@gmail.com>2007-03-21 20:07:56 (GMT)
committerŽiga Seilnacht <ziga.seilnacht@gmail.com>2007-03-21 20:07:56 (GMT)
commit7492e4260e4f6231f6f30a0f10f514115b9233cb (patch)
tree826f8de8fc8403ea49a6fb682c18f4c940a959c4 /Misc
parent3ff9e558901b49551e27ee48a1fb39b65037e889 (diff)
downloadcpython-7492e4260e4f6231f6f30a0f10f514115b9233cb.zip
cpython-7492e4260e4f6231f6f30a0f10f514115b9233cb.tar.gz
cpython-7492e4260e4f6231f6f30a0f10f514115b9233cb.tar.bz2
Bug #1675967: re patterns pickled with older Python versions can
now be unpickled. Will backport.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a2ec9a7..0d9ec6c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -192,6 +192,9 @@ Core and builtins
Library
-------
+- Bug #1675967: re patterns pickled with Python 2.4 and earlier can
+ now be unpickled with Python 2.5 and newer.
+
- Patch #1630118: add a SpooledTemporaryFile class to tempfile.py.
- Patch #1273829: os.walk() now has a "followlinks" parameter. If set to