]> granicus.if.org Git - python/commit
Issue #24284: The startswith and endswith methods of the str class no longer
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 31 May 2015 06:15:51 +0000 (09:15 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 31 May 2015 06:15:51 +0000 (09:15 +0300)
commitd4ea03c785d659576e0ae65c12fe5c03ada872d0
treef1df6f933651ff70bb27a72f3cf518ed406844b9
parent3d4a457663d5b211e9357bd2ccfd60e0b5d9e57b
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.
Doc/whatsnew/3.5.rst
Lib/test/string_tests.py
Misc/NEWS
Objects/unicodeobject.c