
Feb. 16, 2001
9:15 p.m.
Jeez, Barry, that itty-bitty change you made last night to not import _ into the namespace by default broke a *lot* of things...
I was trying to use config_list, and had to edit several modules to do a from Mailman.i18n import _... Digester.py Archiver.py GatewayManager.py MailList.py
(Of course, just my luck, MailList.py blows up the same place the admin page blows up on a bad list, line 362 in GetConfigInfo, with the same "ValueError: list.index(x): x not in list" error...)
I expect there's more places that need to do the import, Those are just the first few.
Oh, and something about the HTMLFormatter change last night broke newlang, I haven't had a chance to look at that since 4am.