This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Arfrever, LinuxDonald, ezio.melotti, jackdied, pitrou, rb09
Date 2009-10-31.21:38:54
SpamBayes Score 9.865889e-07
Marked as misclassified No
Message-id <1257025136.77.0.514613912803.issue6748@psf.upfronthosting.co.za>
In-reply-to
Content
This failure actually still happens quite regularly (on the buildbots
and also on my Mandriva system).

Judging from a quick Google search, errno 104 (ECONNRESET) should be
treated as a case of EOF (it means the TCP connection was reset using
RST rather than FIN, which apparently sometimes happens).

Besides, the test flow in test_telnetlib really is a mess (setUp and
tearDown getting called multiple times, for example), could you clean it up?
History
Date User Action Args
2009-10-31 21:38:57pitrousetrecipients: + pitrou, jackdied, ezio.melotti, Arfrever, LinuxDonald, rb09
2009-10-31 21:38:56pitrousetmessageid: <1257025136.77.0.514613912803.issue6748@psf.upfronthosting.co.za>
2009-10-31 21:38:55pitroulinkissue6748 messages
2009-10-31 21:38:54pitroucreate