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 Ido Michael
Recipients Ido Michael, socketpair
Date 2020-05-24.23:02:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590361321.53.0.551762508644.issue40373@roundup.psfhosted.org>
In-reply-to
Content
Did you try using the urllib.urlencode() function? 
Also it's not clear to me what happens if you give the expected string to urlunsplit() ? I believe it will keep the format as is, str or URL encoded.

Tal what do you think?
History
Date User Action Args
2020-05-24 23:02:01Ido Michaelsetrecipients: + Ido Michael, socketpair
2020-05-24 23:02:01Ido Michaelsetmessageid: <1590361321.53.0.551762508644.issue40373@roundup.psfhosted.org>
2020-05-24 23:02:01Ido Michaellinkissue40373 messages
2020-05-24 23:02:01Ido Michaelcreate