summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-14 04:14:42 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-01-14 04:14:42 (GMT)
commitc6b37e21f513e056b06013a432be715937a27861 (patch)
tree66264fd38241846b2d9ed4448e92f854bf450ae5 /Misc/NEWS
parente74f96ded523fb2fbe977c90093f711ae6bc3d2c (diff)
downloadcpython-c6b37e21f513e056b06013a432be715937a27861.zip
cpython-c6b37e21f513e056b06013a432be715937a27861.tar.gz
cpython-c6b37e21f513e056b06013a432be715937a27861.tar.bz2
merge 3.3 (#20246)
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 a6c5090..6c8cacd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,8 @@ Library
- Issue #20242: Fixed basicConfig() format strings for the alternative
formatting styles. Thanks to kespindler for the bug report and patch.
+- Issue #20246: Fix buffer overflow in socket.recvfrom_into.
+
- Issues #20206 and #5803: Fix edge case in email.quoprimime.encode where it
truncated lines ending in a character needing encoding but no newline by
using a more efficient algorithm that doesn't have the bug.