[issue2569] default_scheme in urlparse.urlparse() useless
pk <[EMAIL PROTECTED]> added the comment: and this is the url to the old report: http://mail.python.org/pipermail/python-list/2002-August/157171.html __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho
[issue2569] default_scheme in urlparse.urlparse() useless
New submission from pk <[EMAIL PROTECTED]>: Hello, the urlparse() function accepts a parameter default_scheme, to be used if the address given does not contain one, but I cannot make use of it, because I would expect these two returning identical values: >>> from urlparse