diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-09-09 02:37:34 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-09-09 02:37:34 (GMT) |
commit | 09ad17810c38d1aaae02de69084dd2a8ad9f5cdb (patch) | |
tree | 59a321e562bae9414fb47d771ad20f723fe56541 /Misc/NEWS | |
parent | f03bcfd168290604914b38c718a374aa9fad166d (diff) | |
download | cpython-09ad17810c38d1aaae02de69084dd2a8ad9f5cdb.zip cpython-09ad17810c38d1aaae02de69084dd2a8ad9f5cdb.tar.gz cpython-09ad17810c38d1aaae02de69084dd2a8ad9f5cdb.tar.bz2 |
#27364: Credit Emanuel Barry in NEWS item.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ Core and Builtins the PEP 509. - Issue #27364: A backslash-character pair that is not a valid escape sequence - now generates a DeprecationWarning. + now generates a DeprecationWarning. Patch by Emanuel Barry. - Issue #27350: `dict` implementation is changed like PyPy. It is more compact and preserves insertion order. |