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 jjlee
Recipients andyk, gregory.p.smith, jjlee, orsenthil
Date 2008-10-15.22:48:09
SpamBayes Score 3.435096e-08
Marked as misclassified No
Message-id <1224110890.94.0.228446295803.issue3704@psf.upfronthosting.co.za>
In-reply-to
Content
Do we have an RFC 3986 URI parser in the stdlib now?  It would be better
to use that if so, but I don't see one.  Failing that, an implementation
of the relevant part of that RFC is only about four lines of code, so
that would be better than naively looking for "?" (request_path should
probably be changed at the same time).

I'll try and add a patch that does that and check what Firefox does to
see if I agree it's a bug.
History
Date User Action Args
2008-10-15 22:48:11jjleesetrecipients: + jjlee, gregory.p.smith, orsenthil, andyk
2008-10-15 22:48:10jjleesetmessageid: <1224110890.94.0.228446295803.issue3704@psf.upfronthosting.co.za>
2008-10-15 22:48:10jjleelinkissue3704 messages
2008-10-15 22:48:09jjleecreate