]> granicus.if.org Git - python/commit
Issue #19327: Fixed the working of regular expressions with too big charset.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Oct 2013 19:02:42 +0000 (22:02 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Oct 2013 19:02:42 +0000 (22:02 +0300)
commit22fb0dec30af4168c81744782a8bcc2453ac8055
tree0daf6e478012eda3a71a9c44f6d5f7e6ad70a920
parent2147857db3f0ac3ff0200e52c930ed5ef43c2bfd
Issue #19327: Fixed the working of regular expressions with too big charset.
Lib/sre_compile.py
Lib/test/test_re.py
Misc/NEWS