]> granicus.if.org Git - python/commitdiff
Merged revisions 84933 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 21 Sep 2010 02:10:45 +0000 (02:10 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 21 Sep 2010 02:10:45 +0000 (02:10 +0000)
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

index 7bd85a3c44207e91898b168d919e5b334d5ad584..58a59a81ae4d19c63ef8fd2376f21579cfe4c6e7 100644 (file)
@@ -526,6 +526,9 @@ HTTPResponse Objects
 
    .. versionadded:: 2.4
 
+.. method:: HTTPResponse.fileno()
+
+   Returns the ``fileno`` of the underlying socket.
 
 .. attribute:: HTTPResponse.msg