Message 190692 - Python tracker

Message190692

Author madison.may
Recipients anh.le, dmi.baranov, madison.may, orsenthil
Date 2013-06-05.20:42:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370464950.04.0.350620750963.issue18140@psf.upfronthosting.co.za>
In-reply-to
Content
My apologies -- that was an oversight on my part.  Now that I look at the issue again, it's plain that it most likely won't be an issue.  Problems only arise when you allow '#' to occur before '?' and then treat portion of the url between the '#' and '?' as a fragment. In this scenario, when the url is rejoined, the order of the fragment and query is switched by urlunsplit().  

However, since the portion of the url with a hashtag would be treated as a the netloc, this isn't any cause for concern. We only need to ensure that the order of the components is maintained.

Thanks for the heads up, Dmi.
History
Date User Action Args
2013-06-05 20:42:30madison.maysetrecipients: + madison.may, orsenthil, dmi.baranov, anh.le
2013-06-05 20:42:30madison.maysetmessageid: <1370464950.04.0.350620750963.issue18140@psf.upfronthosting.co.za>
2013-06-05 20:42:30madison.maylinkissue18140 messages
2013-06-05 20:42:29madison.maycreate