Include Python 2.5 asyncore/asynchat in SpamBayes

[email protected] Sat, 22 Jan 2011 22:18:49 -0600
Newsgroups gmane.mail.spam.spambayes.devel
Message-ID <[email protected]>
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