summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b5cf314892..ee459898fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,7 +39,8 @@ Library
-------
- Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in
- regular expressions now are errors.
+ regular expressions now are errors. The re.LOCALE flag now can be used
+ only with bytes patterns.
- Issue #27186: Add os.PathLike support to DirEntry (part of PEP 519).
Initial patch by Jelle Zijlstra.