#27364: Credit Emanuel Barry in NEWS item.

This commit is contained in:
R David Murray 2016-09-08 22:37:34 -04:00
parent f03bcfd168
commit 09ad17810c
1 changed files with 1 additions and 1 deletions

View File

@ -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.