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 orsenthil
Recipients dstanek, flox, jjlee, orsenthil, weschow
Date 2010-12-17.05:32:46
SpamBayes Score 0.011833694
Marked as misclassified No
Message-id <1292563968.63.0.826430500775.issue4493@psf.upfronthosting.co.za>
In-reply-to
Content
Wes, I forgot to address your last comment. 

HTTPClient follows HTTP Spec for requests and responses. When it is used, the request is on the PATH and the code there checks if the path does not exist does a request on '/'. It is not appropriate to pass Invalid URLS to httpclient the Invalid url handling and corrections to that are handled at the much higher level. That's why I made those changes in urllib.
History
Date User Action Args
2010-12-17 05:32:48orsenthilsetrecipients: + orsenthil, jjlee, dstanek, flox, weschow
2010-12-17 05:32:48orsenthilsetmessageid: <1292563968.63.0.826430500775.issue4493@psf.upfronthosting.co.za>
2010-12-17 05:32:46orsenthillinkissue4493 messages
2010-12-17 05:32:46orsenthilcreate