summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-12-02 23:02:03 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-12-02 23:02:03 (GMT)
commit7aa690860eceb74332c1edad1b8a7c4956bbdad5 (patch)
tree4ca201c7171fa7be8d031c9ecf5db4ff741985ae /Misc
parentf02de4938ec51e1cb1f867f40c457b1b7c2c6dd9 (diff)
downloadcpython-7aa690860eceb74332c1edad1b8a7c4956bbdad5.zip
cpython-7aa690860eceb74332c1edad1b8a7c4956bbdad5.tar.gz
cpython-7aa690860eceb74332c1edad1b8a7c4956bbdad5.tar.bz2
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08efa17..076b0b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
+
- Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
__getattr__.