[Mailman-Developers] email2.4.3

Barry A. Warsaw barry@python.org
Mon Oct 21 20:10:54 2002


>>>>> "fil" ==   <fil@rezo.net> writes:

    >> I'm just trying to update my MM cvs installation, and that
    >> means going up from email2.1

    fil> Then I get this when I 'make install' mailman :

    fil> /usr/local/mailman/pythonlib/korean/python/hangul.py:271:
    fil> SyntaxWarning: local name 'kwargs' in 'format' shadows use of
    fil> 'kwargs' as global in nested scope 'lambda' def
    fil> format(fmtstr, *args, **kwargs):

That looks like a (minor) incompatibility with the Korean codecs
package and the version of Python you're using.  It's not a horrible
problem (since it's just a warning).  Would you mind contacting the
Korean codec development team about this?

-Barry