[Mailman-Developers] Deliverer.py

Barry A. Warsaw bwarsaw@cnri.reston.va.us (Barry A. Warsaw)
Fri, 18 Dec 1998 00:14:47 -0500 (EST)


>>>>> "GS" == Greg Stein <gstein@lyra.org> writes:

    GS> Two items that I noticed in Deliverer.py:

    | 1) it writes to stderr, rather than logging
    | 2) the writes do not have a final newline

Thanks Greg.  Both of these are easily fixed by calling self.LogMsg()
instead of sys.stderr.write().

-Barry