From c916dd79125bc7ccba1a3f4aced4d7b35d75c987 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Tue, 21 Sep 2010 02:10:45 +0000 Subject: [PATCH] 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 ........ --- Doc/library/httplib.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst index 7bd85a3c442..58a59a81ae4 100644 --- a/Doc/library/httplib.rst +++ b/Doc/library/httplib.rst @@ -526,6 +526,9 @@ HTTPResponse Objects .. versionadded:: 2.4 +.. method:: HTTPResponse.fileno() + + Returns the ``fileno`` of the underlying socket. .. attribute:: HTTPResponse.msg