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 webwin
Recipients asvetlov, jfinkels, mykmelez, orsenthil, r.david.murray, webwin
Date 2013-04-07.10:46:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365331561.89.0.0878516078022.issue6640@psf.upfronthosting.co.za>
In-reply-to
Content
Tested on 3.4

urllib.parse.urlparse("mailto:foo@example.com?subject=hi")
ParseResult(scheme='mailto', netloc='', path='foo@example.com', params='', query='subject=hi', fragment='')

Work as expected.
History
Date User Action Args
2013-04-07 10:46:01webwinsetrecipients: + webwin, orsenthil, r.david.murray, asvetlov, mykmelez, jfinkels
2013-04-07 10:46:01webwinsetmessageid: <1365331561.89.0.0878516078022.issue6640@psf.upfronthosting.co.za>
2013-04-07 10:46:01webwinlinkissue6640 messages
2013-04-07 10:46:01webwincreate