[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
- Previous message: [Python-Dev] urlparse.urlunsplit should be smarter about +
- Next message: [Python-Dev] urlparse.urlunsplit should be smarter about +
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message: [Python-Dev] urlparse.urlunsplit should be smarter about +
- Next message: [Python-Dev] urlparse.urlunsplit should be smarter about +
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]