]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
startswith and endswith don't accept None as slice index. Patch by Torsten Becker...
authorJesus Cea <jcea@jcea.es>
Wed, 20 Apr 2011 15:09:23 +0000 (17:09 +0200)
committerJesus Cea <jcea@jcea.es>
Wed, 20 Apr 2011 15:09:23 +0000 (17:09 +0200)
commitac4515063c18157645d135bca8c4cf39542ccd6e
treea9f65e370ab063ec2c611215da1525fdf247c035
parentd07eaf177c7d43a2479c1eb1fbab55e26e3822fa
startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
Lib/test/string_tests.py
Lib/test/test_bytes.py
Misc/ACKS
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/stringlib/find.h
Objects/unicodeobject.c