(original) (raw)

changeset: 103388:60085c8f01fe user: R David Murray rdmurray@bitdance.com date: Thu Sep 08 22:37:34 2016 -0400 files: Misc/NEWS description: #27364: Credit Emanuel Barry in NEWS item. diff -r ddb1cf7b7eb1 -r 60085c8f01fe Misc/NEWS --- a/Misc/NEWS Thu Sep 08 22:27:39 2016 -0400 +++ b/Misc/NEWS Thu Sep 08 22:37:34 2016 -0400 @@ -15,7 +15,7 @@ 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. /rdmurray@bitdance.com