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 martin.panter, python-dev, r.david.murray, rhettinger, serhiy.storchaka
Date 2015-05-31.06:17:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150531061702.83495.59611@psf.io>
In-reply-to
Content
New changeset a82498f424fe by Serhiy Storchaka in branch '3.5':
Issue #24284: The startswith and endswith methods of the str class no longer
https://hg.python.org/cpython/rev/a82498f424fe

New changeset 04162e06323f by Serhiy Storchaka in branch 'default':
Issue #24284: The startswith and endswith methods of the str class no longer
https://hg.python.org/cpython/rev/04162e06323f
History
Date User Action Args
2015-05-31 06:17:05python-devsetrecipients: + python-dev, rhettinger, r.david.murray, martin.panter, serhiy.storchaka
2015-05-31 06:17:05python-devlinkissue24284 messages
2015-05-31 06:17:04python-devcreate