diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-12 06:48:19 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-12 06:48:19 (GMT) |
commit | 4aa15a0d0dbf5d4a9172ff3187ad458452ae3f68 (patch) | |
tree | e5879e8346108008bae6357caa5903d84c4e0605 /Misc | |
parent | f0ee5ccd19ec9ad0fd6c98ebf128832c225565cd (diff) | |
parent | 98e9051577dd8dca01ccd0df021e8901cbe98965 (diff) | |
download | cpython-4aa15a0d0dbf5d4a9172ff3187ad458452ae3f68.zip cpython-4aa15a0d0dbf5d4a9172ff3187ad458452ae3f68.tar.gz cpython-4aa15a0d0dbf5d4a9172ff3187ad458452ae3f68.tar.bz2 |
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |