diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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__. |