From 09ad17810c38d1aaae02de69084dd2a8ad9f5cdb Mon Sep 17 00:00:00 2001 From: R David Murray Date: Thu, 8 Sep 2016 22:37:34 -0400 Subject: [PATCH] #27364: Credit Emanuel Barry in NEWS item. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 9e341e8c58e..fbd8be6e634 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.