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 giampaolo.rodola
Recipients forest, giampaolo.rodola, intgr, josiah.carlson
Date 2010-08-04.09:58:33
SpamBayes Score 0.001110755
Marked as misclassified No
Message-id <1280915915.33.0.141144762998.issue4690@psf.upfronthosting.co.za>
In-reply-to
Content
This problem must have been solved at some point because this is what I get now on Linux by using python 2.7:

writable() - asyncore asked if we have data to write
handle_read() - asyncore asked us to read
handle_close() - asyncore said the remote host closed connection
close() - we are closing our end of the connection
handle_close() - asyncore said the remote host closed connection
close() - we are closing our end of the connection

Closing out as outdated.
History
Date User Action Args
2010-08-04 09:58:35giampaolo.rodolasetrecipients: + giampaolo.rodola, forest, josiah.carlson, intgr
2010-08-04 09:58:35giampaolo.rodolasetmessageid: <1280915915.33.0.141144762998.issue4690@psf.upfronthosting.co.za>
2010-08-04 09:58:34giampaolo.rodolalinkissue4690 messages
2010-08-04 09:58:33giampaolo.rodolacreate