[Python-checkins] r84933 - python/branches/py3k/Doc/library/http.client.rst

senthil.kumaran python-checkins at python.org
Tue Sep 21 03:57:43 CEST 2010


Author: senthil.kumaran
Date: Tue Sep 21 03:57:43 2010
New Revision: 84933

Log:
Document HTTPReponse.fileno() method



Modified:
   python/branches/py3k/Doc/library/http.client.rst

Modified: python/branches/py3k/Doc/library/http.client.rst
==============================================================================
--- python/branches/py3k/Doc/library/http.client.rst	(original)
+++ python/branches/py3k/Doc/library/http.client.rst	Tue Sep 21 03:57:43 2010
@@ -477,6 +477,9 @@
 
    Return a list of (header, value) tuples.
 
+.. method:: HTTPResponse.fileno()
+
+   Return the ``fileno`` of the underlying socket.
 
 .. attribute:: HTTPResponse.msg
 


More information about the Python-checkins mailing list