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

index 7cdbbcf9701833c18e5ddb2789ae5fdd5910bb37..e719ca6d1df41cf1652dfd38c58a7fb5562ba0ec 100644 (file)
@@ -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