[Spambayes] RE: Further Improvement 2

Barry A. Warsaw barry@python.org
Mon, 23 Sep 2002 09:30:35 -0400


>>>>> "TP" == Tim Peters <tim.one@comcast.net> writes:

    TP> Barry, can you please fix this?  I knew nothing about the
    TP> email package before this project, and I don't understand my
    TP> own code anymore now that Guido has changed it to work with
    TP> some older version of the package.  We "fixed" the problems
    TP> with the use of 2.3's sets and heapq libraries just by
    TP> checking their source into the spambayes project.  Can you do
    TP> the same for your email pkg?

Ok, I just imported the email package into the spambayes directory.
I'll now go and update the various uses of the old API.  Of course,
this relies on that the spambayes directory is on sys.path, so that it
can find our imported email package.

(Please double check my edits.)

-Barry