summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-29 09:33:26 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-29 09:33:26 (GMT)
commitc92ea76f3f43e367e9bf5fd12713c3b99ffad84a (patch)
tree6c37cfe6ff390163e3c588658d9090e10d7d4b93 /Misc
parent1e40295af6be0e43e62a22300cbdfb62e28f237d (diff)
downloadcpython-c92ea76f3f43e367e9bf5fd12713c3b99ffad84a.zip
cpython-c92ea76f3f43e367e9bf5fd12713c3b99ffad84a.tar.gz
cpython-c92ea76f3f43e367e9bf5fd12713c3b99ffad84a.tar.bz2
Issue #20424: Python implementation of io.StringIO now supports lone surrogates.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c52ca18..8b24dc3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,8 @@ Core and Builtins
Library
-------
+- Issue #20424: Python implementation of io.StringIO now supports lone surrogates.
+
- Issue #19456: ntpath.join() now joins relative paths correctly when a drive
is present.