From: R David Murray Date: Fri, 9 Sep 2016 02:37:34 +0000 (-0400) Subject: #27364: Credit Emanuel Barry in NEWS item. X-Git-Tag: v3.6.0b1~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09ad17810c38d1aaae02de69084dd2a8ad9f5cdb;p=thirdparty%2FPython%2Fcpython.git #27364: Credit Emanuel Barry in NEWS item. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9e341e8c58ec..fbd8be6e6346 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.