summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.5.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.5.1.rst')
-rw-r--r--Misc/NEWS.d/3.5.1.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/Misc/NEWS.d/3.5.1.rst b/Misc/NEWS.d/3.5.1.rst
new file mode 100644
index 0000000..49f503a
--- /dev/null
+++ b/Misc/NEWS.d/3.5.1.rst
@@ -0,0 +1,17 @@
+.. bpo: 25709
+.. date: 8112
+.. nonce: OPX2TS
+.. release date: 2015-12-06
+.. section: Core and Builtins
+
+Fixed problem with in-place string concatenation and utf-8 cache.
+
+..
+
+.. bpo: 25715
+.. date: 8111
+.. nonce: 3LLYLj
+.. section: Windows
+
+Python 3.5.1 installer shows wrong upgrade path and incorrect logic for
+launcher detection.