Re: Include Python 2.5 asyncore/asynchat in SpamBayes

Mark Hammond <[email protected]> Mon, 24 Jan 2011 16:41:54 -1000
Newsgroups gmane.mail.spam.spambayes.devel
Message-ID <[email protected]>
On 22/01/2011 6:18 PM, [email protected] wrote:
>
> Python's asyncore (and, I think, asynchat) module changed in incompatible
> ways in Python 2.6.  This causes problems for at least sb_server.py because
> it accesses an attribute (ac_out_buffer) which was removed.
>
> This came to a head because Debian no longer supports Python 2.5.  Their
> suggestion was to include the 2.5 versions of asyncore and asynchat with
> SpamBayes.
>
> Does this fly with the other developers?
>
> Skip

It seems the most pragmatic option given the lack of resources this 
project currently enjoys ;)

Mark