diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-09-21 01:57:43 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-09-21 01:57:43 (GMT) |
commit | ceff5668864f319d05a781e8eef591b014ae2751 (patch) | |
tree | 4e06f02c4a4af443c54eb9424ea41783b077dc35 /Doc/library/http.client.rst | |
parent | d4efd9eb1534eeead7f56c89d1b5e394d8633990 (diff) | |
download | cpython-ceff5668864f319d05a781e8eef591b014ae2751.zip cpython-ceff5668864f319d05a781e8eef591b014ae2751.tar.gz cpython-ceff5668864f319d05a781e8eef591b014ae2751.tar.bz2 |
Document HTTPReponse.fileno() method
Diffstat (limited to 'Doc/library/http.client.rst')
-rw-r--r-- | Doc/library/http.client.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index f0f7803..2a5c37c 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 |