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 r.david.murray
Recipients jfinkels, mykmelez, orsenthil, r.david.murray
Date 2010-09-29.14:01:25
SpamBayes Score 0.0004753101
Marked as misclassified No
Message-id <1285768887.71.0.202884186688.issue6640@psf.upfronthosting.co.za>
In-reply-to
Content
Which would be a bug.  According to RFC3986 it should be the path.  So the change can't be quite so simple as adding mailto to uses_query.  Since the query component is defined for generic uris according to the RFC, it sounds like urllib's parser needs some enhancement.
History
Date User Action Args
2010-09-29 14:01:27r.david.murraysetrecipients: + r.david.murray, orsenthil, mykmelez, jfinkels
2010-09-29 14:01:27r.david.murraysetmessageid: <1285768887.71.0.202884186688.issue6640@psf.upfronthosting.co.za>
2010-09-29 14:01:26r.david.murraylinkissue6640 messages
2010-09-29 14:01:25r.david.murraycreate