[issue10929] telnetlib does not send FIN when self.close() issued

R. David Murray report at bugs.python.org
Tue Jan 18 00:29:52 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

telnetlib closes the socket, which in turn calls the OS level socket close function.  What happens after that is up to the OS tcp/ip stack, and is not under Python's control.  So if there is a bug here it isn't in Python.

----------
nosy: +jackdied, r.david.murray
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10929>
_______________________________________


More information about the Python-bugs-list mailing list