diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-24 19:02:58 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-24 19:02:58 (GMT) |
commit | be80fc9a843e3c51d1030d3eab52d6287e5aef3a (patch) | |
tree | eb5b7b5fd1dcf66a70a7cc566772d7ad581dbeb9 /Misc/NEWS | |
parent | b82a3dc2409e68dbd20d1991ba2e9d1c490c67a3 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |