[New-bugs-announce] [issue8150] urllib needs ability to set METHOD for HTTP requests

aalex report at bugs.python.org
Mon Mar 15 20:15:06 CET 2010


New submission from aalex <andrewalex at gmail.com>:

urllib.request can not support many standard HTTP 1.1 METHODS including HEAD, PUT, DELETE.

Adding this would be trivial (either as a special header "METHOD") or its own paramater, creating additional use, with little or no drawback.

----------
components: Library (Lib)
messages: 101133
nosy: aalex
severity: normal
status: open
title: urllib needs ability to set METHOD for HTTP requests
type: feature request
versions: Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8150>
_______________________________________


More information about the New-bugs-announce mailing list