[Python-Dev] Test cases for asynchat, asyncore?

Barry A. Warsaw barry@digicool.com
Fri, 6 Apr 2001 11:01:46 -0400


>>>>> "JF" == Jim Fulton <jim@digicool.com> writes:

    JF> I've got a more basic question. Should asynchat *really* be in
    JF> the standard library?  Is it really used by anything but
    JF> medusa? (There is another module in the standard distribution
    JF> that uses it, but it's unclear whether anyone is using it. The
    JF> Author isn't.)

That'd be me.  I wrote smtpd.py a long while ago, got approval from
Guido to add it to the standard library, then forgot about it until
around the 2.1a1 time frame.  smtpd.py itself is probably useful to
only a handful of people (and maybe that hand belongs to a shop
teacher), so I wouldn't be offended if it and async* were moved to
Tools -- eventually.  It is, of course, much too late to do this for
Py2.1.

-Barry