diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-09-21 02:10:45 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-09-21 02:10:45 (GMT) |
commit | c916dd79125bc7ccba1a3f4aced4d7b35d75c987 (patch) | |
tree | ba0c52bcc1a1e0b346f9d33f4b872a373567da2c /Doc | |
parent | d389cb5bcf890c327154f79240aacc41c5174722 (diff) | |
download | cpython-c916dd79125bc7ccba1a3f4aced4d7b35d75c987.zip cpython-c916dd79125bc7ccba1a3f4aced4d7b35d75c987.tar.gz cpython-c916dd79125bc7ccba1a3f4aced4d7b35d75c987.tar.bz2 |
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
........
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/httplib.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst index 7bd85a3..58a59a8 100644 --- a/Doc/library/httplib.rst +++ b/Doc/library/httplib.rst @@ -526,6 +526,9 @@ HTTPResponse Objects .. versionadded:: 2.4 +.. method:: HTTPResponse.fileno() + + Returns the ``fileno`` of the underlying socket. .. attribute:: HTTPResponse.msg |