From: Senthil Kumaran Date: Tue, 21 Sep 2010 01:57:43 +0000 (+0000) Subject: Document HTTPReponse.fileno() method X-Git-Tag: v3.2a3~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ceff5668864f319d05a781e8eef591b014ae2751;p=thirdparty%2FPython%2Fcpython.git Document HTTPReponse.fileno() method --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index f0f780320234..2a5c37c78fb6 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -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