mirror of
https://github.com/python/cpython.git
synced 2026-06-14 23:20:52 -04:00
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 ........
This commit is contained in:
@@ -458,6 +458,9 @@ statement.
|
||||
|
||||
Return a list of (header, value) tuples.
|
||||
|
||||
.. method:: HTTPResponse.fileno()
|
||||
|
||||
Return the ``fileno`` of the underlying socket.
|
||||
|
||||
.. attribute:: HTTPResponse.msg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user