]> granicus.if.org Git - python/commit
Issue #20424: Python implementation of io.StringIO now supports lone surrogates.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 29 Jan 2014 09:33:26 +0000 (11:33 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 29 Jan 2014 09:33:26 +0000 (11:33 +0200)
commitc92ea76f3f43e367e9bf5fd12713c3b99ffad84a
tree6c37cfe6ff390163e3c588658d9090e10d7d4b93
parent1e40295af6be0e43e62a22300cbdfb62e28f237d
Issue #20424: Python implementation of io.StringIO now supports lone surrogates.
Lib/_pyio.py
Lib/test/test_memoryio.py
Misc/NEWS