commit | 09a7df8301bef5a5ac957371ae9e19c68acdca0a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Dec 19 12:33:52 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Dec 19 12:33:52 2010 +0000 |
tree | 7e1916896b3ea48fb5009a30e0915155a46f9a5a | |
parent | 7bc0d872ddb023333acc05b7d038cdb74cfc047b [diff] [blame] |
#3243 follow-up: remove debugging print and fix docs; data is a bytes object.
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index cba5907..d6ff2c7 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst
@@ -403,7 +403,7 @@ headers to send with the request. .. versionadded:: 3.2 - *body* can be an iterable + *body* can now be an iterable. .. method:: HTTPConnection.getresponse()