This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients ezio.melotti, hkBst, jcea, python-dev, r.david.murray, rhettinger, santoso.wijaya, torsten.becker
Date 2011-04-20.15:59:51
SpamBayes Score 0.0041996804
Marked as misclassified No
Message-id <E1QCZok-0007Mj-Pq@dinsdale.python.org>
In-reply-to
Content
New changeset f4da64529e8c by Jesus Cea in branch '2.7':
startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
http://hg.python.org/cpython/rev/f4da64529e8c

New changeset 77c657e47b5c by Jesus Cea in branch '3.1':
startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
http://hg.python.org/cpython/rev/77c657e47b5c

New changeset e5f11efe89a6 by Jesus Cea in branch '3.2':
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
http://hg.python.org/cpython/rev/e5f11efe89a6

New changeset b8d1cf9fde04 by Jesus Cea in branch 'default':
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
http://hg.python.org/cpython/rev/b8d1cf9fde04
History
Date User Action Args
2011-04-20 15:59:52python-devsetrecipients: + python-dev, rhettinger, jcea, ezio.melotti, r.david.murray, santoso.wijaya, torsten.becker, hkBst
2011-04-20 15:59:51python-devlinkissue11828 messages
2011-04-20 15:59:51python-devcreate