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, tseaver
Date 2010-05-10.19:54:01
SpamBayes Score 0.0030470707
Marked as misclassified No
Message-id <1273521244.12.0.262477770052.issue3704@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, the "certain semantics" that request_path "promises" are 1. that it returns the RFC 2965 request-URI (which has never been true -- it returns the path component of the request-URI instead) and 2. that that request-URI is as defined in RFC 2965, and this bug is about fixing the function so that that's true for the case where the URI has a query component.  So there's absolutely no reason for not changing the function.
History
Date User Action Args
2010-05-10 19:54:04jjleesetrecipients: + jjlee, gregory.p.smith, tseaver, orsenthil, andyk
2010-05-10 19:54:04jjleesetmessageid: <1273521244.12.0.262477770052.issue3704@psf.upfronthosting.co.za>
2010-05-10 19:54:02jjleelinkissue3704 messages
2010-05-10 19:54:02jjleecreate