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-11-22.05:06:55
SpamBayes Score 0.008343324
Marked as misclassified No
Message-id <1290402416.42.0.159900177405.issue4493@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed it in r86676 (py3k), r86677 ( release31-maint) and r86678(release27-maint).

Wes: I fixed it at the much higher level in the urlparse itself, so that the fixed url is sent to the httplib.


In issue2464, John had pointed out that according to STD 66, path component can legally be empty, so when it is empty this adding of '/' does not take place.

Also added tests and NEWS.
History
Date User Action Args
2010-11-22 05:06:56orsenthilsetrecipients: + orsenthil, jjlee, dstanek, flox, weschow
2010-11-22 05:06:56orsenthilsetmessageid: <1290402416.42.0.159900177405.issue4493@psf.upfronthosting.co.za>
2010-11-22 05:06:55orsenthillinkissue4493 messages
2010-11-22 05:06:55orsenthilcreate