]> 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 14:39:15 +0000 (16:39 +0200)
committerJesus Cea <jcea@jcea.es>
Wed, 20 Apr 2011 14:39:15 +0000 (16:39 +0200)
commit44e81687a22b5890e9fddc80de6afaeb1757aa6d
tree5b837a03a91c87e73e883bef0e6cb7f340a9105e
parent0d654335689b88defdc6403624e3bfa8c0fd108b
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/stringlib/find.h
Objects/stringobject.c
Objects/unicodeobject.c