New submission from aalex <andrewa...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue8150> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com