Document HTTPReponse.fileno() method

This commit is contained in:
Senthil Kumaran 2010-09-21 01:57:43 +00:00
parent d4efd9eb15
commit ceff566886

View file

@ -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