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 jfinkels
Recipients jfinkels, mykmelez, orsenthil
Date 2010-09-28.19:47:48
SpamBayes Score 1.433924e-06
Marked as misclassified No
Message-id <1285703272.13.0.661294591161.issue6640@psf.upfronthosting.co.za>
In-reply-to
Content
Adding the 'mailto' scheme to the urllib.parse.uses_query list changes the behavior as described in msg91249. A patch with a test is attached.

Note that this changes the behavior of urllib.parse.urlparse() on 'mailto:' URLs: with this patch, the function returns the "foo@example.com" in the "netloc" named tuple position instead of in the "path" position.
History
Date User Action Args
2010-09-28 19:47:52jfinkelssetrecipients: + jfinkels, orsenthil, mykmelez
2010-09-28 19:47:52jfinkelssetmessageid: <1285703272.13.0.661294591161.issue6640@psf.upfronthosting.co.za>
2010-09-28 19:47:50jfinkelslinkissue6640 messages
2010-09-28 19:47:50jfinkelscreate