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 alanmcintyre, djarb, giampaolo.rodola, josiahcarlson
Date 2008-03-02.23:22:43
SpamBayes Score 0.07023805
Marked as misclassified No
Message-id <1204500168.08.0.787309103445.issue1736190@psf.upfronthosting.co.za>
In-reply-to
Content
I've discussed a lot with Josiah via e-mail and this is the updated
version of the patch including a fix for the two issues raised before.
This update has been needed also because the original patch has been
out-dated by some commits after r53734 involving the test suite
and the documentation, which I both took off this patch.
I also re-added simple_producer and fifo classes in asynchat.py since it
seems they are needed for passing tests.

The test suite has passed on Windows XP using Python 2.6 alpha 1.
I have also successfully run the test suite of a project of mine based
on asynchat which includes over 40 tests.
History
Date User Action Args
2008-03-02 23:22:48giampaolo.rodolasetspambayes_score: 0.070238 -> 0.07023805
recipients: + giampaolo.rodola, josiahcarlson, alanmcintyre, djarb
2008-03-02 23:22:48giampaolo.rodolasetspambayes_score: 0.070238 -> 0.070238
messageid: <1204500168.08.0.787309103445.issue1736190@psf.upfronthosting.co.za>
2008-03-02 23:22:47giampaolo.rodolalinkissue1736190 messages
2008-03-02 23:22:46giampaolo.rodolacreate