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 vajrasky
Recipients berker.peksag, jaraco, vajrasky
Date 2013-09-27.05:21:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
What about this one?

>>> urljoin(['a'], [])
['a']
>>> urljoin(['a'], ['b'])
..... omitted ......
AttributeError: 'list' object has no attribute 'decode'

Is this desirable? Both patches missed this case. Should we only accept str and bytes?
History
Date User Action Args
2013-09-27 05:21:49vajraskysetrecipients: + vajrasky, jaraco, berker.peksag
2013-09-27 05:21:49vajraskysetmessageid: <[email protected]>
2013-09-27 05:21:49vajraskylinkissue19094 messages
2013-09-27 05:21:49vajraskycreate