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 | b83ea144ccf39e2c9346d3a53cf67e154d29b4cb (patch) | |
tree | dcfd2b0d27c9c07254ed4449d4be6605e55586ea /Misc | |
parent | e78f12f7c29d0ac48b5fee86b9afb38012a809e5 (diff) | |
download | cpython-b83ea144ccf39e2c9346d3a53cf67e154d29b4cb.zip cpython-b83ea144ccf39e2c9346d3a53cf67e154d29b4cb.tar.gz cpython-b83ea144ccf39e2c9346d3a53cf67e154d29b4cb.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
@@ -151,6 +151,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. |