New submission from Tomasz Melcer <li...@o2.pl>: 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. ---------- components: Extension Modules messages: 133934 nosy: liori priority: normal severity: normal status: open title: urlparse.ParseResult to have meaningful __str__ type: feature request _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11862> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com