commit | 39bdad813a2f07bd8c373e2c88b76467ef12832c | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Nov 20 22:30:42 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Nov 20 22:30:42 2012 +0100 |
tree | f7908fef135347773f5eed6ca29a49918e466ff8 | |
parent | 4a1fdcf07d4ee37ec003cd29be6b17e91d5db012 [diff] |
Issue #1160: Fix compiling large regular expressions on UCS2 builds. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index c8580e3..7aa34d9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -167,6 +167,9 @@ 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.