commit | cb1a0283c3379c35722832ebdf803d6f509b7b11 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue May 21 22:53:33 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue May 21 22:53:33 2013 +0300 |
tree | 00325a97767a6862425fb9bd00b5329fe2634d76 | |
parent | e6f2e6cc84dc1cf47aab5d0daeeae064f1bfdc6e [diff] [blame] |
Issue #17979: Fixed the re module in build with --disable-unicode.
diff --git a/Misc/NEWS b/Misc/NEWS index b2485ef..9367bd5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -58,6 +58,8 @@ Library ------- +- Issue #17979: Fixed the re module in build with --disable-unicode. + - Issue #17606: Fixed support of encoded byte strings in the XMLGenerator .characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez.