- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message134669
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 | orsenthil |
|---|---|
| Recipients | eric.araujo, liori, orsenthil |
| Date | 2011-04-28.11:50:19 |
| SpamBayes Score | 0.005254133 |
| Marked as misclassified | No |
| Message-id | <1303991420.68.0.876049216084.issue11862@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Éric, ParseResult is a class which provides tuple for urlparse/unparse. People should hardly (/never) use ParseResult directly. The original poster's concern was to get something like geturl() from this class which was not suitable and it should be obtained by other meaningful methods. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-04-28 11:50:20 | orsenthil | set | recipients: + orsenthil, eric.araujo, liori |
| 2011-04-28 11:50:20 | orsenthil | set | messageid: <1303991420.68.0.876049216084.issue11862@psf.upfronthosting.co.za> |
| 2011-04-28 11:50:20 | orsenthil | link | issue11862 messages |
| 2011-04-28 11:50:19 | orsenthil | create | |

