summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorŽiga Seilnacht <ziga.seilnacht@gmail.com>2007-03-21 20:37:39 (GMT)
committerŽiga Seilnacht <ziga.seilnacht@gmail.com>2007-03-21 20:37:39 (GMT)
commite5df857cc3eb646d6d921eab14398fc8f47b8be9 (patch)
treef7be216d09f48dfa04e280b0ebe44e80fb0c66b9 /Misc/NEWS
parent7ed0a6583188e3fdfd8912f05a5219771c419cf1 (diff)
downloadcpython-e5df857cc3eb646d6d921eab14398fc8f47b8be9.zip
cpython-e5df857cc3eb646d6d921eab14398fc8f47b8be9.tar.gz
cpython-e5df857cc3eb646d6d921eab14398fc8f47b8be9.tar.bz2
Bug #1675967: re patterns pickled with older Python versions can
now be unpickled. (backport form rev. 54492)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 19b8f1c..e526ac3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -217,6 +217,9 @@ Extension Modules
Library
-------
+- Bug #1675967: re patterns pickled with Python 2.4 and earlier can
+ now be unpickled with Python 2.5.
+
- Bug #1684254: webbrowser now uses shlex to split any command lines
given to get(). It also detects when you use '&' as the last argument
and creates a BackgroundBrowser then.