Message225832
| Author | ztane |
|---|---|
| Recipients | demian.brecht, martin.panter, orsenthil, ztane |
| Date | 2014-08-24.18:10:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1408903836.75.0.0362113587469.issue22234@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
On Python 2.7 urlparse.urlparse, parsing None, () or 0 will throw AttributeError because these classes do not have any 'find' method. [] has the find method, but will fail with TypeError, because the built-in caching requires that the input be hashable. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-08-24 18:10:36 | ztane | set | recipients: + ztane, orsenthil, martin.panter, demian.brecht |
| 2014-08-24 18:10:36 | ztane | set | messageid: <1408903836.75.0.0362113587469.issue22234@psf.upfronthosting.co.za> |
| 2014-08-24 18:10:36 | ztane | link | issue22234 messages |
| 2014-08-24 18:10:36 | ztane | create | |