Jason R. Coombs added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19094>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to