[Mailman-Developers] [PATCH] A small bug fixed in --with-python patch

Barry A. Warsaw barry@zope.com
Fri, 7 Sep 2001 19:14:36 -0400


>>>>> "BG" == Ben Gertzfield <che@debian.org> writes:

    BAW> #! -*- python -*-

    BAW> to keep the Emacs major mode dance working.

    BG> For future reference, you could also set it at the end of the
    BG> file:

    | # Local-variables:
    | # major-mode:python
    | # End:

    BG> or something like that. :)

Yeah, but I usually avoid Local-variables: sections for major mode
settings.  Force of habit I guess. ;)

    BAW> Other than that, I think your patch looks fine.  It certainly
    BAW> meets my requirements, seems to work, and solves your
    BAW> problem.

    BAW> Unless I hear any objections, I'll go ahead and accept these
    BAW> changes.

    BG> Excellent!  I'm really enjoying working with Mailman.  Python
    BG> is just so clean and easy to follow, it makes my life easy. :)

    BG> Thanks for helping solve the (future) Debian users' problems.

No problem, thanks for the patch!  Checking these in momentarily.

-Barry