summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-09-20 18:24:39 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-09-20 18:24:39 (GMT)
commitc8bf95cfc58d92c365abd4c958feb15f872b2a29 (patch)
tree5e7bf254c839c1b018a01f52c5875fca8cd54525 /Misc
parent2a97cee5eda632a7737bf01608c0f6638cd3fea0 (diff)
downloadcpython-c8bf95cfc58d92c365abd4c958feb15f872b2a29.zip
cpython-c8bf95cfc58d92c365abd4c958feb15f872b2a29.tar.gz
cpython-c8bf95cfc58d92c365abd4c958feb15f872b2a29.tar.bz2
Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0
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 8570371..451aba6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,9 @@ Core and Builtins
Library
-------
+- Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0
+ 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.