Message133934
| 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:14 | liori | set | recipients: + liori |
| 2011-04-17 18:23:14 | liori | set | messageid: <1303064594.29.0.64850729087.issue11862@psf.upfronthosting.co.za> |
| 2011-04-17 18:23:11 | liori | link | issue11862 messages |
| 2011-04-17 18:23:11 | liori | create | |