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)
commite800941d66c432d29926f142085e29eca4abf6f3 (patch)
tree0cdc7dd7facab556fd87105897fb90792f9e17f9 /Misc
parenta8f4405044f2ef834a389f50557e81221c42786c (diff)
downloadcpython-e800941d66c432d29926f142085e29eca4abf6f3.zip
cpython-e800941d66c432d29926f142085e29eca4abf6f3.tar.gz
cpython-e800941d66c432d29926f142085e29eca4abf6f3.tar.bz2
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 159d3d1..baab4b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,14 @@ Release date: 2015-12-06
Core and Builtins
-----------------
-Library
+- Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
+
+Windows
-------
+- Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect
+ logic for launcher detection.
+
What's New in Python 3.5.1 release candidate 1?
===============================================