Martin Panter added the comment:

I tend to think that this proposal should be rejected. If you need low-level 
control over the header fields, just use putrequest(), putheader() and 
endheaders() methods instead. And adding these flags to request() isn’t going 
to help with urlopen(), unless the Request class was extended in a similar way.

----------
title: Add skip_host and skip_accept_encoding to httplib/http.client -> Add 
skip_host and skip_accept_encoding to HTTPConnection.request()

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

Reply via email to