diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-14 04:14:42 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-14 04:14:42 (GMT) |
commit | c6b37e21f513e056b06013a432be715937a27861 (patch) | |
tree | 66264fd38241846b2d9ed4448e92f854bf450ae5 /Misc/NEWS | |
parent | e74f96ded523fb2fbe977c90093f711ae6bc3d2c (diff) | |
download | cpython-c6b37e21f513e056b06013a432be715937a27861.zip cpython-c6b37e21f513e056b06013a432be715937a27861.tar.gz cpython-c6b37e21f513e056b06013a432be715937a27861.tar.bz2 |
merge 3.3 (#20246)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |