[Python-Dev] urlparse.urlunsplit should be smarter about + (original) (raw)

Stephen J. Turnbull stephen at xemacs.org
Mon May 10 10:56:29 CEST 2010


Senthil Kumaran writes:

I should have said, 'treatment of urls with authority' and 'treatment of urls without authority' in terms of parsing and joining is as per RFC. How it is doing practically is by maintaining a list of urls with known scheme names which use_netloc.

Why do that if you can get better behavior based purely on syntactic analysis?



More information about the Python-Dev mailing list