summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-12 06:47:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-12 06:47:57 (GMT)
commitcbe6142135667f045a21264619a61d74a9a1ff67 (patch)
treede2a2d4ff37ebcda3a786ddd8946f3932e5f7144 /Misc
parent9062c261a4f9268f4621548ec205c80411f75b6e (diff)
parent70c502aacf629bd470a88dc5f139937d62376143 (diff)
downloadcpython-cbe6142135667f045a21264619a61d74a9a1ff67.zip
cpython-cbe6142135667f045a21264619a61d74a9a1ff67.tar.gz
cpython-cbe6142135667f045a21264619a61d74a9a1ff67.tar.bz2
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 19cb832..a504ce1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2221,8 +2221,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