aboutsummaryrefslogtreecommitdiffstats
path: root/github3/api.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-11-13 19:29:12 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-11-13 19:29:12 +0100
commit78752f56adb57bb1d5672a6ac819944477b7b529 (patch)
tree66fac159d33d9801710c3af63bad99c721a1f59f /github3/api.py
parentPEP8 and renaming (diff)
downloadpython-github3-78752f56adb57bb1d5672a6ac819944477b7b529.tar.xz
python-github3-78752f56adb57bb1d5672a6ac819944477b7b529.zip
Testing on fire (handlers, user_handler)
Also fix bugs, pep8
Diffstat (limited to 'github3/api.py')
-rw-r--r--github3/api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/github3/api.py b/github3/api.py
index 9dbe52f..bf0ebe2 100644
--- a/github3/api.py
+++ b/github3/api.py
@@ -71,6 +71,7 @@ class GithubCore(object):
def put(self, request, **kwargs):
""" PUT request """
+ # Content-length: 0 to headers ?
response = self._request('PUT', request, **kwargs)
assert response.status_code == 204
return response