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 fdrake
Recipients
Date 2002-10-16.21:59:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch to Lib/urlparse.py makes the fields of the
results accessible as named attributes from the result
object.  The result objects are still small since they
derive from tuple and have no __dict__, though there's
some additional cost in construction (a temporary tuple
is created and passed to tuple.__new__).
History
Date User Action Args
2007-08-23 15:16:08adminlinkissue624325 messages
2007-08-23 15:16:08admincreate