diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-11-15 00:49:40 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-11-15 00:49:40 (GMT) |
commit | 30402549de68a5303a5e2995dca7375d3d17966f (patch) | |
tree | d58a964054da32b13020849f51191a6264f6c7e3 /Misc | |
parent | 16ed86831bc44cc54abf6af634b6e9be91d8a3b3 (diff) | |
download | cpython-30402549de68a5303a5e2995dca7375d3d17966f.zip cpython-30402549de68a5303a5e2995dca7375d3d17966f.tar.gz cpython-30402549de68a5303a5e2995dca7375d3d17966f.tar.bz2 |
Issue #13333: The UTF-7 decoder now accepts lone surrogates
(the encoder already accepts them).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ What's New in Python 2.7.3? Core and Builtins ----------------- +- Issue #13333: The UTF-7 decoder now accepts lone surrogates (the encoder + already accepts them). + - Remove Py3k warning for callable. - Issue #10519: Avoid unnecessary recursive function calls in |