summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index abd3e38..4351785 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,12 +5,13 @@ Python News
What's New in Python 3.4.4rc1?
==============================
-Release date: tba
+Release date: 2015/12/06
Core and Builtins
-----------------
-- Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
+- 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__.