Message264217
| 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:15 | serhiy.storchaka | set | recipients: + serhiy.storchaka, orsenthil, r.david.murray, martin.panter, ztane, demian.brecht, luiz.poleto, anish.shah |
| 2016-04-26 05:55:15 | serhiy.storchaka | set | messageid: <1461650115.29.0.695097803179.issue22234@psf.upfronthosting.co.za> |
| 2016-04-26 05:55:15 | serhiy.storchaka | link | issue22234 messages |
| 2016-04-26 05:55:14 | serhiy.storchaka | create | |