commit | b027c6cae0bf591d62348f555116f28e0c081880 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Mar 02 11:17:05 2015 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Mar 02 11:17:05 2015 -0500 |
tree | eb52ce8e7dca629a43dad47ea031a016c8baa70e | |
parent | b198ad9a3c93923f88065811f97e75c9f8abf39a [diff] [blame] |
fix possible overflow bugs in unicodedata (closes #23367)
diff --git a/Misc/NEWS b/Misc/NEWS index be68961..288a484 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -50,6 +50,8 @@ posixpath.expandvars(). Fixed all os.path implementations on unicode-disabled builds. +- Issue #23367: Fix possible overflows in the unicodedata module. + - Issue #23363: Fix possible overflow in itertools.permutations. - Issue #23364: Fix possible overflow in itertools.product.