commit | b83ea144ccf39e2c9346d3a53cf67e154d29b4cb | [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 | dcfd2b0d27c9c07254ed4449d4be6605e55586ea | |
parent | e78f12f7c29d0ac48b5fee86b9afb38012a809e5 [diff] [blame] |
Issue #1160: Fix compiling large regular expressions on UCS2 builds. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index b5b7a50..f69dd3c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -151,6 +151,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.