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 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:36ztanesetrecipients: + ztane, orsenthil, martin.panter, demian.brecht
2014-08-24 18:10:36ztanesetmessageid: <1408903836.75.0.0362113587469.issue22234@psf.upfronthosting.co.za>
2014-08-24 18:10:36ztanelinkissue22234 messages
2014-08-24 18:10:36ztanecreate