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 josiah.carlson
Recipients djarb, giampaolo.rodola, josiah.carlson
Date 2007-12-13.01:54:18
SpamBayes Score 0.12047394
Marked as misclassified No
Message-id <1197510858.95.0.402226448011.issue1563@psf.upfronthosting.co.za>
In-reply-to
Content
The patches that giampaolo sent you were for 2.x, not 3.x .  Arguably
they should be applied to 2.6 first, tested, etc., then be run through
the 2.6 to 3.0 converter, then adjusted for str/bytes stuff.

One of my concerns with your changes (which are hard to work out because
the diff is so huge, could you attach your actual files?) is that they
seem to change asyncore/asynchat for no other reason than to be different.

The changes that giampaolo sent you (that were from some earlier work
that I did) preserved compatibility while adding better error handling, etc.

But maybe I'm just not reading the diff correctly.
History
Date User Action Args
2007-12-13 01:54:19josiah.carlsonsetspambayes_score: 0.120474 -> 0.12047394
recipients: + josiah.carlson, giampaolo.rodola, djarb
2007-12-13 01:54:18josiah.carlsonsetspambayes_score: 0.120474 -> 0.120474
messageid: <1197510858.95.0.402226448011.issue1563@psf.upfronthosting.co.za>
2007-12-13 01:54:18josiah.carlsonlinkissue1563 messages
2007-12-13 01:54:18josiah.carlsoncreate