[Mailman-Developers] patch for using Bouncers/Catchall.py with Python 2.2.1

Barry A. Warsaw barry@zope.com
Fri, 10 May 2002 01:00:47 -0400


>>>>> "JWB" == John W Baxter <jwblist@olympus.net> writes:

    JWB> Interesting...my Python 2.2.1 on Mac OS X does include those
    JWB> modules (and issues a deprecation warning upon import at the
    JWB> interpreter command line).  I didn't do anything special to
    JWB> include them.

And that module specifically imports the warnings module to silence
the deprecation warnings in Python 2.2.x.  Did you generate this patch
because you saw those messages, or things were broken for you?

-Barry