diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-12 06:47:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-12 06:47:57 (GMT) |
commit | cbe6142135667f045a21264619a61d74a9a1ff67 (patch) | |
tree | de2a2d4ff37ebcda3a786ddd8946f3932e5f7144 /Misc | |
parent | 9062c261a4f9268f4621548ec205c80411f75b6e (diff) | |
parent | 70c502aacf629bd470a88dc5f139937d62376143 (diff) | |
download | cpython-cbe6142135667f045a21264619a61d74a9a1ff67.zip cpython-cbe6142135667f045a21264619a61d74a9a1ff67.tar.gz cpython-cbe6142135667f045a21264619a61d74a9a1ff67.tar.bz2 |
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |