commit | 30402549de68a5303a5e2995dca7375d3d17966f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Nov 15 01:49:40 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Nov 15 01:49:40 2011 +0100 |
tree | d58a964054da32b13020849f51191a6264f6c7e3 | |
parent | 16ed86831bc44cc54abf6af634b6e9be91d8a3b3 [diff] [blame] |
Issue #13333: The UTF-7 decoder now accepts lone surrogates (the encoder already accepts them).
diff --git a/Misc/NEWS b/Misc/NEWS index c12d53c..8d37ca5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ 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