[issue8143] urlparse has a duplicate of urllib.unquote

Senthil Kumaran report at bugs.python.org
Mon Mar 15 03:34:34 CET 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

Yes, the reason for having the unquote verbatim was it created a circular reference otherwise. This was done when parse_qsl was moved from cgi module to the urlparse module. I would also like to know more on what RDM points out, tough I have seem some modules having local imports.

----------
nosy: +orsenthil

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


More information about the Python-bugs-list mailing list