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 Fred
Recipients Fred
Date 2019-02-05.08:36:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549355778.94.0.606894132692.issue35897@roundup.psfhosted.org>
In-reply-to
Content
The "".startswith() method accepts a string or a tuple as a parameter.

Consider adding support for list as parameter.

Example:
"foo".startswith(["food", "for", "fast"])
History
Date User Action Args
2019-02-05 08:36:22Fredsetrecipients: + Fred
2019-02-05 08:36:18Fredsetmessageid: <1549355778.94.0.606894132692.issue35897@roundup.psfhosted.org>
2019-02-05 08:36:18Fredlinkissue35897 messages
2019-02-05 08:36:18Fredcreate