Commit c916dd79 authored by Senthil Kumaran's avatar Senthil Kumaran

Merged revisions 84933 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84933 | senthil.kumaran | 2010-09-21 07:27:43 +0530 (Tue, 21 Sep 2010) | 3 lines

  Document HTTPReponse.fileno() method
........
parent d389cb5b
...@@ -526,6 +526,9 @@ HTTPResponse Objects ...@@ -526,6 +526,9 @@ HTTPResponse Objects
.. versionadded:: 2.4 .. versionadded:: 2.4
.. method:: HTTPResponse.fileno()
Returns the ``fileno`` of the underlying socket.
.. attribute:: HTTPResponse.msg .. attribute:: HTTPResponse.msg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment