[issue10724] socket.close close telnet with RST

R. David Murray report at bugs.python.org
Tue Dec 21 17:47:17 CET 2010


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

Regardless, Python doesn't generate the tcp/ip sequence numbers, the OS socket library does, so this is not a bug in Python.  If you follow the code link I posted you will see that, other than Python internal bookkeeping, the only thing socket.close does is to call the platform socket close method.

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list