diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-12-02 23:02:03 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-12-02 23:02:03 (GMT) |
commit | e800941d66c432d29926f142085e29eca4abf6f3 (patch) | |
tree | 0cdc7dd7facab556fd87105897fb90792f9e17f9 /Misc | |
parent | a8f4405044f2ef834a389f50557e81221c42786c (diff) | |
download | cpython-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/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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? =============================================== |