]> granicus.if.org Git - python/commitdiff
Document HTTPReponse.fileno() method
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 21 Sep 2010 01:57:43 +0000 (01:57 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 21 Sep 2010 01:57:43 +0000 (01:57 +0000)
Doc/library/http.client.rst

index f0f78032023491137b8561e099e927964578d15e..2a5c37c78fb6f7d0fc10e33bafdf2e955a9580f0 100644 (file)
@@ -477,6 +477,9 @@ statement.
 
    Return a list of (header, value) tuples.
 
+.. method:: HTTPResponse.fileno()
+
+   Return the ``fileno`` of the underlying socket.
 
 .. attribute:: HTTPResponse.msg