[spambayes-dev] Include Python 2.5 asyncore/asynchat in SpamBayes

skip at pobox.com skip at pobox.com
Sun Jan 23 05:18:49 CET 2011


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


More information about the spambayes-dev mailing list