diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst index 7bd85a3c442..58a59a81ae4 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