Message 133950 - Python tracker

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.

Content
What would be a 'meaning' __str__ or __unicode__ of urlparse.urlparse  and how would it be useful to you? 

I would think that people would except a tuple, list or a ParsedResult for such a call. 

I cannot understand the rational behind the expectation that __str__ or __unicode__ of ParsedResult to be equivalent to the geturl call.

If you can, please elaborate.