Wes Chow <wes.c...@gmail.com> added the comment:

Attached is a patch against 3.2 that replaces empty paths with '/' in 
HTTPConnection. I do not totally understand the ; syntax in URIs, and so this 
implementation may break that, as it splits urls and unsplits them if needed. 
The Python docs seem to indicate there might be some obscure cases where this 
is problematic.

And yes, I do realize that this patch fixes the problem in yet another place. 
Hopefully HTTPConnection is the lowest common denominator.

----------
keywords: +patch
nosy: +weschow
Added file: http://bugs.python.org/file19716/empty-path-4493.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4493>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to