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 anish.shah, demian.brecht, luiz.poleto, martin.panter, orsenthil, r.david.murray, serhiy.storchaka, ztane
Date 2016-04-26.05:55:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461650115.29.0.695097803179.issue22234@psf.upfronthosting.co.za>
In-reply-to
Content
`x != ''` emits BytesWarning if x is bytes. 'encode' attribute is not needed for URL parsing. any() is slower that a `for` loop.

I would suggest to look at efficient os.path implementations.
History
Date User Action Args
2016-04-26 05:55:15serhiy.storchakasetrecipients: + serhiy.storchaka, orsenthil, r.david.murray, martin.panter, ztane, demian.brecht, luiz.poleto, anish.shah
2016-04-26 05:55:15serhiy.storchakasetmessageid: <1461650115.29.0.695097803179.issue22234@psf.upfronthosting.co.za>
2016-04-26 05:55:15serhiy.storchakalinkissue22234 messages
2016-04-26 05:55:14serhiy.storchakacreate