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 brett.cannon
Recipients brett.cannon
Date 2018-08-01.20:47:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533156462.08.0.56676864532.issue34312@psf.upfronthosting.co.za>
In-reply-to
Content
str.endswith() and str.startswith() only takes str or a tuple of str. It might be nice to make this str or an iterable of str (and that order must be kept so that a string isn't treated as an iterable of length-1 str).
History
Date User Action Args
2018-08-01 20:47:42brett.cannonsetrecipients: + brett.cannon
2018-08-01 20:47:42brett.cannonsetmessageid: <1533156462.08.0.56676864532.issue34312@psf.upfronthosting.co.za>
2018-08-01 20:47:42brett.cannonlinkissue34312 messages
2018-08-01 20:47:42brett.cannoncreate