summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-09-30 03:02:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-09-30 03:02:35 (GMT)
commit43030ee78041455566e7f78d6d5135eaa3455294 (patch)
tree070432959d5a68bb8d36e08759ae3a073619706d /Misc
parentc44eb73473f31dfde1e8cb6ba485a309e3b0757e (diff)
parent736b8012b42be24dd26b57bd443a576cc37c116c (diff)
downloadcpython-43030ee78041455566e7f78d6d5135eaa3455294.zip
cpython-43030ee78041455566e7f78d6d5135eaa3455294.tar.gz
cpython-43030ee78041455566e7f78d6d5135eaa3455294.tar.bz2
merge 3.3 (#22520)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e7476e5..a1fc5d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@ What's New in Python 3.4.3?
Core and Builtins
-----------------
+- Issue #22520: Fix overflow checking when generating the repr of a unicode
+ object.
+
- Issue #22519: Fix overflow checking in PyBytes_Repr.
- Issue #22518: Fix integer overflow issues in latin-1 encoding.