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 jaraco
Recipients berker.peksag, jaraco, vajrasky
Date 2013-09-27.17:40:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380303602.87.0.161397822687.issue19094@psf.upfronthosting.co.za>
In-reply-to
Content
I don't mind the AttributeError - that's a reasonable exception when passing invalid types in, and that's in fact the current behavior. The example of (['a'], []) does bother me though. Those inputs are also seemingly invalid, though somewhat more compatible from a 'urljoin' perspective than two different types.

You've given me reason to re-consider your patch.
History
Date User Action Args
2013-09-27 17:40:02jaracosetrecipients: + jaraco, berker.peksag, vajrasky
2013-09-27 17:40:02jaracosetmessageid: <1380303602.87.0.161397822687.issue19094@psf.upfronthosting.co.za>
2013-09-27 17:40:02jaracolinkissue19094 messages
2013-09-27 17:40:02jaracocreate