Jeffrey Finkelstein <jeffrey.finkelst...@gmail.com> added the comment:

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 "f...@example.com" in the 
"netloc" named tuple position instead of in the "path" position.

----------
keywords: +patch
nosy: +jfinkels
Added file: http://bugs.python.org/file19050/issue6640.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6640>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to