[Python-checkins] cpython: #27364: Credit Emanuel Barry in NEWS item.

r.david.murray python-checkins at python.org
Thu Sep 8 22:37:43 EDT 2016


https://hg.python.org/cpython/rev/60085c8f01fe
changeset:   103388:60085c8f01fe
user:        R David Murray <rdmurray at bitdance.com>
date:        Thu Sep 08 22:37:34 2016 -0400
summary:
  #27364: Credit Emanuel Barry in NEWS item.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list