]> granicus.if.org Git - python/commit
(Merge 3.3) Issue #17137: When an Unicode string is resized, the internal wide
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 7 Feb 2013 22:17:34 +0000 (23:17 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 7 Feb 2013 22:17:34 +0000 (23:17 +0100)
commitcfd2c1b4ccb4355a914c7e4084141d522ada8666
tree76c283a1452f58ef816f3695778119f82b512443
parenteae3b3331607fcf0ac888aa2f1e34c19fe2f0a7f
parentbbbac2ec34e99c24d7bc0eedbcc138c5f4551d48
(Merge 3.3) 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