summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-24 19:02:58 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-24 19:02:58 (GMT)
commitbe80fc9a843e3c51d1030d3eab52d6287e5aef3a (patch)
treeeb5b7b5fd1dcf66a70a7cc566772d7ad581dbeb9 /Misc/NEWS
parentb82a3dc2409e68dbd20d1991ba2e9d1c490c67a3 (diff)
downloadcpython-be80fc9a843e3c51d1030d3eab52d6287e5aef3a.zip
cpython-be80fc9a843e3c51d1030d3eab52d6287e5aef3a.tar.gz
cpython-be80fc9a843e3c51d1030d3eab52d6287e5aef3a.tar.bz2
Issue #19327: Fixed the working of regular expressions with too big charset.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 58745f9..c05bffc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,8 @@ Core and Builtins
Library
-------
+- Issue #19327: Fixed the working of regular expressions with too big charset.
+
- Issue #19350: Increasing the test coverage of macurl2path. Patch by Colin
Williams.