Message225832
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. |
|
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 | |
|