summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-09-09 06:58:10 (GMT)
committerLarry Hastings <larry@hastings.org>2015-09-09 06:58:10 (GMT)
commit1043f95b9b0353bbeda7b7d5713643b8d4e4bcfa (patch)
treeefa382db8acd8758d6d7479365ab68ff3ce1bb5e /Misc/NEWS
parenta1419d197c50217868d9b410aac9e301702902f5 (diff)
downloadcpython-1043f95b9b0353bbeda7b7d5713643b8d4e4bcfa.zip
cpython-1043f95b9b0353bbeda7b7d5713643b8d4e4bcfa.tar.gz
cpython-1043f95b9b0353bbeda7b7d5713643b8d4e4bcfa.tar.bz2
Version bump for Python 3.5.0rc4.v3.5.0rc4
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 10bb31f..f57280a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3,14 +3,20 @@ Python News
+++++++++++
What's New in Python 3.5.0 final?
-===============================================
+=================================
Release date: 2015-09-13
+
+What's New in Python 3.5.0 release candidate 4?
+===============================================
+
+Release date: 2015-09-09
+
Library
-------
-- Issue #25029: Fixes MemoryError in test_strptime
+- Issue #25029: Fixes MemoryError in test_strptime.
Build
-----