[Python-checkins] r84934 - in python/branches/release31-maint: Doc/library/http.client.rst

senthil.kumaran python-checkins at python.org
Tue Sep 21 03:59:54 CEST 2010


Author: senthil.kumaran
Date: Tue Sep 21 03:59:54 2010
New Revision: 84934

Log:
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
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Doc/library/http.client.rst

Modified: python/branches/release31-maint/Doc/library/http.client.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/http.client.rst	(original)
+++ python/branches/release31-maint/Doc/library/http.client.rst	Tue Sep 21 03:59:54 2010
@@ -458,6 +458,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