summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-12 06:48:19 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-12 06:48:19 (GMT)
commit4aa15a0d0dbf5d4a9172ff3187ad458452ae3f68 (patch)
treee5879e8346108008bae6357caa5903d84c4e0605 /Misc
parentf0ee5ccd19ec9ad0fd6c98ebf128832c225565cd (diff)
parent98e9051577dd8dca01ccd0df021e8901cbe98965 (diff)
downloadcpython-4aa15a0d0dbf5d4a9172ff3187ad458452ae3f68.zip
cpython-4aa15a0d0dbf5d4a9172ff3187ad458452ae3f68.tar.gz
cpython-4aa15a0d0dbf5d4a9172ff3187ad458452ae3f68.tar.bz2
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 192e1c7..b976193 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,7 +62,7 @@ Library
- Issue #27029: Removed deprecated support of universal newlines mode from
ZipFile.open().
-- Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in
+- Issue #27030: Unknown escapes consisting of ``'\'`` and an ASCII letter in
regular expressions now are errors. The re.LOCALE flag now can be used
only with bytes patterns.
@@ -3046,8 +3046,8 @@ Library
writer failed in BufferedRWPair.close().
- Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``
- and ASCII letter now raise a deprecation warning and will be forbidden in
- Python 3.6.
+ and an ASCII letter now raise a deprecation warning and will be forbidden
+ in Python 3.6.
- Issue #23671: string.Template now allows specifying the "self" parameter as
a keyword argument. string.Formatter now allows specifying the "self" and