summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-11-15 00:49:40 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-11-15 00:49:40 (GMT)
commit30402549de68a5303a5e2995dca7375d3d17966f (patch)
treed58a964054da32b13020849f51191a6264f6c7e3 /Misc
parent16ed86831bc44cc54abf6af634b6e9be91d8a3b3 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c12d53c..8d37ca5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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