summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-06-01 04:43:57 (GMT)
committerLarry Hastings <larry@hastings.org>2015-06-01 04:43:57 (GMT)
commitc72056a1ae7db49932c0f3046dd047569f6ace23 (patch)
tree4065a37a0c9c5e485e9d3d67499b93c3a7b75d2f /Misc
parente42cc386397746d39c27c2a3b0f6ed95ae17cf24 (diff)
parent61eb146b22910a92abb2ba84a143856b5f57c76c (diff)
downloadcpython-c72056a1ae7db49932c0f3046dd047569f6ace23.zip
cpython-c72056a1ae7db49932c0f3046dd047569f6ace23.tar.gz
cpython-c72056a1ae7db49932c0f3046dd047569f6ace23.tar.bz2
Merge release engineering changes with 3.5 branch head.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aa3eaae..cbedd9c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,7 +2,7 @@
Python News
+++++++++++
-What's New in Python 3.5.0 beta 2?
+What's New in Python 3.5.0 beta 3?
==================================
Release date: 2015-07-05
@@ -10,6 +10,18 @@ Release date: 2015-07-05
Core and Builtins
-----------------
+Library
+-------
+
+
+What's New in Python 3.5.0 beta 2?
+==================================
+
+Release date: 2015-05-31
+
+Core and Builtins
+-----------------
+
- Issue #24284: The startswith and endswith methods of the str class no longer
return True when finding the empty string and the indexes are completely out
of range.