summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS17
1 files changed, 15 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index abd3e38aa9..20b4c042f3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,15 +2,28 @@
Python News
+++++++++++
+What's New in Python 3.4.4?
+===========================
+
+Release date: 2015/12/20
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
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__.