[issue9873] urllib.parse: Allow bytes in some APIs that use string literals internally

Nick Coghlan report at bugs.python.org
Sun Nov 7 13:17:39 CET 2010


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Just a note for myself when I next update the patch: the 2-tuple returned by defrag needs to be turned into a real result type of its own, and the decode/encode methods on result objects should be tested explicitly.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9873>
_______________________________________


More information about the Python-bugs-list mailing list