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 liori
Recipients liori
Date 2011-04-17.18:23:11
SpamBayes Score 0.00044601836
Marked as misclassified No
Message-id <1303064594.29.0.64850729087.issue11862@psf.upfronthosting.co.za>
In-reply-to
Content
I find it a minor annoyance that a result of `urlparse.urlparse` (an object of class urlparse.ParseResult) doesn't have a meaningful __str__/__unicode__ methods. `urlparse.ParseResult` is a subclass of `namedtuple` with __slots__, so I can't easily add it, too.

I propose to make __str__/__unicode__ equivalent to geturl() call.
History
Date User Action Args
2011-04-17 18:23:14liorisetrecipients: + liori
2011-04-17 18:23:14liorisetmessageid: <1303064594.29.0.64850729087.issue11862@psf.upfronthosting.co.za>
2011-04-17 18:23:11liorilinkissue11862 messages
2011-04-17 18:23:11lioricreate