[Spambayes] Some minor nits ...

Jeremy Hylton jeremy@alum.mit.edu
Sat Oct 26 19:04:21 2002


>>>>> "SH" == Steve Holden <sholden@holdenweb.com> writes:

  SH> Under cygwin (python 2.2.1) I see the folowing asyncore error:

  SH> error: uncaptured python exception, closing channel
  SH> <__main__.BayesProxy connected 127.0.0.1:1111 at 0x102026c0>
  SH> (exceptions.IOError:(0, 'Error')
  SH> [/tmp/python.576/usr/lib/python2.2/asyncore.py|poll|95]
  SH> [/tmp/python.576/usr/lib/python2.2/asyncore.py|handle_read_event|392]
  SH> [/tmp/python.576/usr/lib/python2.2/asynchat.py|handle_read|130]
  SH> [pop3proxy.py|found_terminator|181])

  SH> Not sure quite what that's about, I'll take a look if I get a
  SH> chance.

This is the error I saw on Linux.  I assume that means that makefile()
on Windows doesn't care whether it's opened with a read or write
mode.  That's hardly surprising, although it might be a Python bug.

Jeremy