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 nirs
Recipients giampaolo.rodola, josiahcarlson, nirs
Date 2009-08-01.12:09:50
SpamBayes Score 0.0038403973
Marked as misclassified No
Message-id <1249128594.73.0.21168054249.issue6550@psf.upfronthosting.co.za>
In-reply-to
Content
This is asyncore-fix-refused-3.patch with some fixes:

 1. Call handle_close instead of non exiting handle_close_event
 2. Remove unneeded handle_close_event in test classes
 3. Revert removal of handle_expt_event in test classes - not clear why it 
was removed in the previous patch.

Tested on Mac OS X 10.5.
History
Date User Action Args
2009-08-01 12:09:54nirssetrecipients: + nirs, josiahcarlson, giampaolo.rodola
2009-08-01 12:09:54nirssetmessageid: <1249128594.73.0.21168054249.issue6550@psf.upfronthosting.co.za>
2009-08-01 12:09:53nirslinkissue6550 messages
2009-08-01 12:09:53nirscreate