diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-20 21:30:42 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-20 21:30:42 (GMT) |
commit | 39bdad813a2f07bd8c373e2c88b76467ef12832c (patch) | |
tree | f7908fef135347773f5eed6ca29a49918e466ff8 /Misc | |
parent | 4a1fdcf07d4ee37ec003cd29be6b17e91d5db012 (diff) | |
download | cpython-39bdad813a2f07bd8c373e2c88b76467ef12832c.zip cpython-39bdad813a2f07bd8c373e2c88b76467ef12832c.tar.gz cpython-39bdad813a2f07bd8c373e2c88b76467ef12832c.tar.bz2 |
Issue #1160: Fix compiling large regular expressions on UCS2 builds.
Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -167,6 +167,9 @@ Core and Builtins Library ------- +- Issue #1160: Fix compiling large regular expressions on UCS2 builds. + Patch by Serhiy Storchaka. + - Issue #14313: zipfile now raises NotImplementedError when the compression type is unknown. |