mirror of https://github.com/python/cpython.git
Document HTTPReponse.fileno() method
This commit is contained in:
parent
d4efd9eb15
commit
ceff566886
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue