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 r.david.murray
Recipients bignose, r.david.murray
Date 2015-01-22.05:29:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421904547.94.0.433441186024.issue23297@psf.upfronthosting.co.za>
In-reply-to
Content
bytes does support startswith:

>>> b'abc'.startswith(b'a')
True
History
Date User Action Args
2015-01-22 05:29:08r.david.murraysetrecipients: + r.david.murray, bignose
2015-01-22 05:29:07r.david.murraysetmessageid: <1421904547.94.0.433441186024.issue23297@psf.upfronthosting.co.za>
2015-01-22 05:29:07r.david.murraylinkissue23297 messages
2015-01-22 05:29:07r.david.murraycreate