summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-03-02 16:18:40 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-03-02 16:18:40 (GMT)
commit5061e67f0f6e08e99b2ca3b560cd64d8cc5aa515 (patch)
treefe5862d2addbc871e72c1fd6c44c18c0b8da1df8 /Misc
parent3f9e381030a93651a27ed4c12708fcfee1a48605 (diff)
parentb779bfba458a8147cce44100cbc14ec304807197 (diff)
downloadcpython-5061e67f0f6e08e99b2ca3b560cd64d8cc5aa515.zip
cpython-5061e67f0f6e08e99b2ca3b560cd64d8cc5aa515.tar.gz
cpython-5061e67f0f6e08e99b2ca3b560cd64d8cc5aa515.tar.bz2
merge 3.3 (#23367)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5a9b836..f71bd50 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,8 @@ Library
- Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
+- Issue #23367: Fix possible overflows in the unicodedata module.
+
- Issue #23361: Fix possible overflow in Windows subprocess creation code.
Build