summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-09-20 18:25:53 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-09-20 18:25:53 (GMT)
commit60bf0e4daa4a498d53c37dba93cf03dd0c1924e8 (patch)
treeabad8bb113f031af764e23e4087344fb534a91a7 /Misc
parentf1c1cd9b3b457feeab41123da6d0d9a0040727b4 (diff)
downloadcpython-60bf0e4daa4a498d53c37dba93cf03dd0c1924e8.zip
cpython-60bf0e4daa4a498d53c37dba93cf03dd0c1924e8.tar.gz
cpython-60bf0e4daa4a498d53c37dba93cf03dd0c1924e8.tar.bz2
Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3
and older binaries.
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 3c44f00..61832f8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Core and Builtins
Library
-------
+- Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3
+ and older binaries.
+
- Issue #19037: The mailbox module now makes all changes to maildir files
before moving them into place, to avoid race conditions with other programs
that may be accessing the maildir directory.