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 djarb
Recipients djarb, giampaolo.rodola
Date 2007-12-11.18:01:12
SpamBayes Score 0.26386443
Marked as misclassified No
Message-id <1197396072.88.0.120542032566.issue1563@psf.upfronthosting.co.za>
In-reply-to
Content
Those patches can't be applied directly to the py3k branch, so instead
I've ported them and merged them with my patch where appropriate. This
merged patch should address both py3k porting and the issues in raised
in 1736190

In addition, some changes have been made to the async_chat interface:
specifically, collect_incoming_data has a useful default implementation,
and internal variables are now protected by name mangling from
accidental overriding.

The file asyn_aggregate.diff contains the merged patches.
Files
File name Uploaded
asyn_aggregate.diff djarb, 2007-12-11.18:01:12
History
Date User Action Args
2007-12-11 18:01:13djarbsetspambayes_score: 0.263864 -> 0.26386443
recipients: + djarb, giampaolo.rodola
2007-12-11 18:01:12djarbsetspambayes_score: 0.263864 -> 0.263864
messageid: <1197396072.88.0.120542032566.issue1563@psf.upfronthosting.co.za>
2007-12-11 18:01:12djarblinkissue1563 messages
2007-12-11 18:01:12djarbcreate