[Python-Dev] Re: [Python-checkins] python/dist/src/Lib/email/test test_email_codecs.py, 1.4, 1.5

Barry Warsaw barry at python.org
Tue Jan 20 15:16:04 EST 2004


On Sun, 2004-01-18 at 16:24, "Martin v. Löwis" wrote:

> Of course, users may have installed JapaneseCodecs with
> --without-aliases, in which case the aliases won't be there
> (neither automatically, nor after explicitly importing japanese).
> I believe mailman use it that way
> So people who currently do

Actually Mailman 2.1 does this:

import japanese
import korean
import korean.aliases

It also does not install the codec packages --without-aliases.

-Barry





More information about the Python-Dev mailing list