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

2011-01-17 Thread R. David Murray
R. David Murray 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.

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

2011-01-17 Thread Joe Bennett
New submission from Joe Bennett : Hi, am running Python 2.6.5 on Unbuntu 10.04 and am seeing no FIN when a self.close() is issued... I do see a reset issued, but it looks like some of the M$ servers do not appreciate on a reset and would like a graceful teardown... I understand that an RST can