This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eigenlambda
Recipients
Date 2007-05-20.23:12:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Some other issues with the urlparse module.  Several constant lists defined at the beginning of the module should be sets because they are only used for testing if certain strings are in them.  Also, urlunsplit() uses the + operator way too much, creating strings that are immediately thrown away.  IMO, the alternative is actually more readable.  Attaching a patch (diff -u urlparse.py urlparse.py.new > urlparse.diff).
File Added: urlparse.diff
History
Date User Action Args
2007-08-23 14:54:01adminlinkissue1722348 messages
2007-08-23 14:54:01admincreate