]> 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:45:31 +0000 (11:45 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 29 Jan 2014 09:45:31 +0000 (11:45 +0200)
commit9f2e46de34b28d20485ef4f1078c544238183537
treef4019090a3785a0c1f685200b908e563ac61145c
parent61f56163485f645a0c66780b4746ecf98372f0eb
parentc92ea76f3f43e367e9bf5fd12713c3b99ffad84a
Issue #20424: Python implementation of io.StringIO now supports lone surrogates.
Lib/_pyio.py
Lib/test/test_memoryio.py
Misc/NEWS