[New-bugs-announce] [issue17307] HTTP PUT request Example

Senthil Kumaran report at bugs.python.org
Wed Feb 27 09:59:47 CET 2013


New submission from Senthil Kumaran:

I think an explicit HTTP put request example in the docs may help. Previously, I thought the POST example was enough as PUT is very similar, but given the folks are looking for it, an example of how to do a PUT request using httplib may be helpful.

Here is patch attached for review.

----------
assignee: orsenthil
files: http_put_example.patch
keywords: patch
messages: 183124
nosy: ezio.melotti, orsenthil, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: HTTP PUT request Example
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file29259/http_put_example.patch

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


More information about the New-bugs-announce mailing list