[issue41711] Socker send method throws a timeout exception

Irit Katriel report at bugs.python.org
Wed Jan 19 19:04:04 EST 2022


Irit Katriel <iritkatriel at gmail.com> added the comment:

The timeout is mentioned in the documentation of create_connection, and of its getter and setter. It applies to many operations on the socket, but not mentioned for each method. Since it's pretty standard to have a timeout for network operations, I think the documentation is fine as it is.

----------
nosy: +iritkatriel
resolution:  -> not a bug
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41711>
_______________________________________


More information about the Python-bugs-list mailing list