summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-24 19:04:37 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-24 19:04:37 (GMT)
commit8b150ecfc9a57fb2d564381464bb04c9a94ee053 (patch)
tree51011ee81a175f761a8ebb10a593f6d792945ba2 /Misc/NEWS
parente5019d5183041f4f75cf4a30b2dc84eed347425e (diff)
parentbe80fc9a843e3c51d1030d3eab52d6287e5aef3a (diff)
downloadcpython-8b150ecfc9a57fb2d564381464bb04c9a94ee053.zip
cpython-8b150ecfc9a57fb2d564381464bb04c9a94ee053.tar.gz
cpython-8b150ecfc9a57fb2d564381464bb04c9a94ee053.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 9a3e08a..26e418b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Core and Builtins
Library
-------
+- Issue #19327: Fixed the working of regular expressions with too big charset.
+
- Issue #17400: New 'is_global' attribute for ipaddress to tell if an address
is allocated by IANA for global or private networks.