diff options
author | Larry Hastings <larry@hastings.org> | 2015-06-01 04:43:57 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-06-01 04:43:57 (GMT) |
commit | c72056a1ae7db49932c0f3046dd047569f6ace23 (patch) | |
tree | 4065a37a0c9c5e485e9d3d67499b93c3a7b75d2f /Misc | |
parent | e42cc386397746d39c27c2a3b0f6ed95ae17cf24 (diff) | |
parent | 61eb146b22910a92abb2ba84a143856b5f57c76c (diff) | |
download | cpython-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/NEWS | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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. |