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 jbit, r.david.murray, vstinner
Date 2010-07-13.14:34:58
SpamBayes Score 0.028079772
Marked as misclassified No
Message-id <1279031700.46.0.654713468364.issue9243@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, and the reason it got changed to startswith is probably a micro-optimization: startswith is more efficient than doing a slice-and-compare.
History
Date User Action Args
2010-07-13 14:35:00r.david.murraysetrecipients: + r.david.murray, vstinner, jbit
2010-07-13 14:35:00r.david.murraysetmessageid: <1279031700.46.0.654713468364.issue9243@psf.upfronthosting.co.za>
2010-07-13 14:34:58r.david.murraylinkissue9243 messages
2010-07-13 14:34:58r.david.murraycreate