]> 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)
commit7aa690860eceb74332c1edad1b8a7c4956bbdad5
tree4ca201c7171fa7be8d031c9ecf5db4ff741985ae
parentf02de4938ec51e1cb1f867f40c457b1b7c2c6dd9
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c