Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19e9d3f

Browse files
committed
Merged revisions 84933 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r84933 | senthil.kumaran | 2010-09-21 07:27:43 +0530 (Tue, 21 Sep 2010) | 3 lines Document HTTPReponse.fileno() method ........
1 parent 4a5dd5c commit 19e9d3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/library/http.client.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,9 @@ statement.
458458

459459
Return a list of (header, value) tuples.
460460

461+
.. method:: HTTPResponse.fileno()
462+
463+
Return the ``fileno`` of the underlying socket.
461464

462465
.. attribute:: HTTPResponse.msg
463466

0 commit comments

Comments
 (0)