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 vinay.sajip
Recipients Omer.Katz, vinay.sajip
Date 2014-06-19.15:30:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403191813.39.0.629751932972.issue21807@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-06-19 15:30:13vinay.sajipsetrecipients: + vinay.sajip, Omer.Katz
2014-06-19 15:30:13vinay.sajipsetmessageid: <1403191813.39.0.629751932972.issue21807@psf.upfronthosting.co.za>
2014-06-19 15:30:13vinay.sajiplinkissue21807 messages
2014-06-19 15:30:13vinay.sajipcreate