From: Senthil Kumaran Date: Tue, 21 Sep 2010 01:59:54 +0000 (+0000) Subject: Merged revisions 84933 via svnmerge from X-Git-Tag: v3.1.3rc1~212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19e9d3fcc698ea183e1d617fdc8bc6638aa38be9;p=python 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 ........ --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 7cdbbcf970..e719ca6d1d 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -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