]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten...
authorJesus Cea <jcea@jcea.es>
Wed, 20 Apr 2011 15:59:29 +0000 (17:59 +0200)
committerJesus Cea <jcea@jcea.es>
Wed, 20 Apr 2011 15:59:29 +0000 (17:59 +0200)
commitc1ceb64e41082282f2e3d28065f5ae1e03fa78ae
tree10833669b6f7cddc7d9dae47b72e29bf69e76748
parent5e66b167ff5c6c48385777a6b9b9931bfc2bc2cf
parent6159ee3cf59b3fd8fcf9818c0a8071362d1ad7c2
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
Lib/test/test_bytes.py
Misc/ACKS
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/unicodeobject.c