]> granicus.if.org Git - python/commit
Issue #17137: When an Unicode string is resized, the internal wide character
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 7 Feb 2013 22:12:46 +0000 (23:12 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 7 Feb 2013 22:12:46 +0000 (23:12 +0100)
commitbbbac2ec34e99c24d7bc0eedbcc138c5f4551d48
treed78b2fead0311d37b6f76d0a3466fd78196c8c31
parent2efdc90b0f49866d857a5b3dc21b7c791f7a0aeb
Issue #17137: When an Unicode string is resized, the internal wide character
string (wstr) format is now cleared.
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c