]> granicus.if.org Git - python/commit
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 2 Dec 2015 23:02:03 +0000 (01:02 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 2 Dec 2015 23:02:03 +0000 (01:02 +0200)
commit31b9410654d73c9d1121ae9eb0d1bb14e6d54448
treed14fbbfd68e06bc2a0976e7bc4b11c459500a0d3
parentfab75d9bb90470f00ca02acc08f583de6c09f983
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c