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 serhiy.storchaka
Recipients Elizacat, ethan.furman, ezio.melotti, serhiy.storchaka, vstinner
Date 2015-04-24.07:09:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429859398.18.0.548685470071.issue24047@psf.upfronthosting.co.za>
In-reply-to
Content
This proposition conflicts with optional parameters of str.startswith().

>>> 'test'.startswith(('a', 'b', 'c'), 1, 3)
False
History
Date User Action Args
2015-04-24 07:09:58serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, ethan.furman, Elizacat
2015-04-24 07:09:58serhiy.storchakasetmessageid: <1429859398.18.0.548685470071.issue24047@psf.upfronthosting.co.za>
2015-04-24 07:09:58serhiy.storchakalinkissue24047 messages
2015-04-24 07:09:57serhiy.storchakacreate