summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-03-02 16:17:05 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-03-02 16:17:05 (GMT)
commitb779bfba458a8147cce44100cbc14ec304807197 (patch)
treed933468ca1090f84495f8016645c5e820f081528 /Misc/NEWS
parent03f8612562d509013c179c908815e78092a058ad (diff)
downloadcpython-b779bfba458a8147cce44100cbc14ec304807197.zip
cpython-b779bfba458a8147cce44100cbc14ec304807197.tar.gz
cpython-b779bfba458a8147cce44100cbc14ec304807197.tar.bz2
fix possible overflow bugs in unicodedata (closes #23367)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d1dfb8..ae04f59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Core and Builtins
Library
-------
+- Issue #23367: Fix possible overflows in the unicodedata module.
+
- Issue #23361: Fix possible overflow in Windows subprocess creation code.
- Issue #23363: Fix possible overflow in itertools.permutations.