Volodymyr Bezkostnyy added the comment: Tested on 3.4
urllib.parse.urlparse("mailto:f...@example.com?subject=hi") ParseResult(scheme='mailto', netloc='', path='f...@example.com', params='', query='subject=hi', fragment='') Work as expected. ---------- nosy: +asvetlov, webwin _______________________________________ 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