summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-12-02 23:04:37 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-12-02 23:04:37 (GMT)
commit6648bf5661b79f5b40385b21570dff6f146c5eb5 (patch)
tree2bad11de9ee858dad1be1567c81097eb1573473a /Misc
parent38982e543a3ac61d30cfa98d36ab6e5ff7acc852 (diff)
parent7aa690860eceb74332c1edad1b8a7c4956bbdad5 (diff)
downloadcpython-6648bf5661b79f5b40385b21570dff6f146c5eb5.zip
cpython-6648bf5661b79f5b40385b21570dff6f146c5eb5.tar.gz
cpython-6648bf5661b79f5b40385b21570dff6f146c5eb5.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 c454664..166864a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: XXXX-XX-XX
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__.