summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e341e8..fbd8be6 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.