]> granicus.if.org Git - python/commitdiff
#27364: Credit Emanuel Barry in NEWS item.
authorR David Murray <rdmurray@bitdance.com>
Fri, 9 Sep 2016 02:37:34 +0000 (22:37 -0400)
committerR David Murray <rdmurray@bitdance.com>
Fri, 9 Sep 2016 02:37:34 +0000 (22:37 -0400)
Misc/NEWS

index 9e341e8c58ec0915c4c9896fcb2538db7b7fd76c..fbd8be6e63468781493383137bee6f1c9518c9d6 100644 (file)
--- 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.