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 martin.panter
Recipients kanzure, martin.panter, orsenthil, pitrou
Date 2015-06-25.02:57:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435201046.48.0.377537211339.issue16830@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-25 02:57:26martin.pantersetrecipients: + martin.panter, orsenthil, pitrou, kanzure
2015-06-25 02:57:26martin.pantersetmessageid: <1435201046.48.0.377537211339.issue16830@psf.upfronthosting.co.za>
2015-06-25 02:57:26martin.panterlinkissue16830 messages
2015-06-25 02:57:25martin.pantercreate