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 cool-RR
Recipients cool-RR, pitrou
Date 2016-10-29.21:59:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477778373.6.0.891058430621.issue28560@psf.upfronthosting.co.za>
In-reply-to
Content
Today I had to check whether a path object started with `/foo`. The nicest way I could think of was `str(p).startswith('/foo')`. What do you think about implementing `p.startswith('/foo')`?
History
Date User Action Args
2016-10-29 21:59:33cool-RRsetrecipients: + cool-RR, pitrou
2016-10-29 21:59:33cool-RRsetmessageid: <1477778373.6.0.891058430621.issue28560@psf.upfronthosting.co.za>
2016-10-29 21:59:33cool-RRlinkissue28560 messages
2016-10-29 21:59:33cool-RRcreate