]> 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:04:37 +0000 (01:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 2 Dec 2015 23:04:37 +0000 (01:04 +0200)
commit6648bf5661b79f5b40385b21570dff6f146c5eb5
tree2bad11de9ee858dad1be1567c81097eb1573473a
parent38982e543a3ac61d30cfa98d36ab6e5ff7acc852
parent7aa690860eceb74332c1edad1b8a7c4956bbdad5
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c