Volodymyr Bezkostnyy added the comment:

Tested on 3.4

urllib.parse.urlparse("mailto:[email protected]?subject=hi";)
ParseResult(scheme='mailto', netloc='', path='[email protected]', params='', 
query='subject=hi', fragment='')

Work as expected.

----------
nosy: +asvetlov, webwin

_______________________________________
Python tracker <[email protected]>
<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