summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-09-26 00:08:34 -0700
committerBenjamin Peterson <benjamin@python.org>2015-09-26 00:08:34 -0700
commite48cf7e729923cf8bfb04cf559b4177503e85c39 (patch)
tree352456aa65e9cac142b5ed86f603c5667b660c98 /Misc
parent3be2e54adcc5c8fd87f5f21e09ee4a85d230f8c5 (diff)
downloadcpython-git-e48cf7e729923cf8bfb04cf559b4177503e85c39.tar.gz
prevent overflow in _Unpickler_Read
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 fcf3d887fd..a4e5c47ab6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,8 @@ Core and Builtins
Library
-------
+- Prevent overflow in _Unpickler_Read.
+
- Issue #25047: The XML encoding declaration written by Element Tree now
respects the letter case given by the user. This restores the ability to
write encoding names in uppercase like "UTF-8", which worked in Python 2.