Message 394649 - Python tracker

Message394649

Author iritkatriel
Recipients asvetlov, iritkatriel, orsenthil, pfish
Date 2021-05-28.10:00:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622196015.55.0.490020037599.issue32779@roundup.psfhosted.org>
In-reply-to
Content
Sorry, urlparse returns '' rather than None when there is no query.
So we indeed need to check something like 
    if '?' not in url:
or what's in Paul's patch. 

However, my main point was to question whether fixing this is actually in contradiction with the RFC.
History
Date User Action Args
2021-05-28 10:00:15iritkatrielsetrecipients: + iritkatriel, orsenthil, asvetlov, pfish
2021-05-28 10:00:15iritkatrielsetmessageid: <1622196015.55.0.490020037599.issue32779@roundup.psfhosted.org>
2021-05-28 10:00:15iritkatriellinkissue32779 messages
2021-05-28 10:00:15iritkatrielcreate