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 Oren Milman, mark.dickinson, rhettinger, serhiy.storchaka
Date 2017-03-12.20:00:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489348820.89.0.562653839612.issue29730@psf.upfronthosting.co.za>
In-reply-to
Content
Please open a PR for review.

Checking PyTuple_Check() is needed if this code is used in startswith() and endswith().

"integer argument or None expected" -- I'm not sure this wording is correct enough. What wording is used in other similar code? I'm sure there other functions that accept int or None.
History
Date User Action Args
2017-03-12 20:00:20serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson, Oren Milman
2017-03-12 20:00:20serhiy.storchakasetmessageid: <1489348820.89.0.562653839612.issue29730@psf.upfronthosting.co.za>
2017-03-12 20:00:20serhiy.storchakalinkissue29730 messages
2017-03-12 20:00:20serhiy.storchakacreate