summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/http.client.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index 7cdbbcf..e719ca6 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -458,6 +458,9 @@ statement.
Return a list of (header, value) tuples.
+.. method:: HTTPResponse.fileno()
+
+ Return the ``fileno`` of the underlying socket.
.. attribute:: HTTPResponse.msg