[issue6640] urlparse should parse mailto: URL headers as query parameters

Volodymyr Bezkostnyy report at bugs.python.org
Sun Apr 7 12:46:01 CEST 2013


Volodymyr Bezkostnyy added the comment:

Tested on 3.4

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

Work as expected.

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

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6640>
_______________________________________


More information about the Python-bugs-list mailing list