Vinay Sajip added the comment:

Some information appears to be missing from your snippet: the default logger 
level is WARNING, so no INFO messages would be expected.

Have you set logging.raiseExceptions to a False value? Are you sure that no 
network error is occurring? How can you be sure the other end isn't closing the 
connection? I ask these questions, because there is no code called to 
explicitly close the socket, unless an error occurs.

Also, no one else has ever reported this problem, and this code hasn't changed 
in a long time, IIRC.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21807>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to