[Mailman-Developers] Logging issues on the trunk

2006-04-25 Thread Mark Sapiro
There are a few remaining issues regarding logging in the svn trunk. 1) The ReopenableFileHandler.__init__ method in Mailman/loginit.py calls logging.FileHandler.__init__(self, filename, mode, encoding) This method only allows the instance, filename and mode arguments. The enco

[Mailman-Developers] Another Vietnamese translation issue

2006-04-25 Thread Mark Sapiro
There is no entry for Vietnamese in the add_languages() statements in Defaults.py.in in the Release_2_1-maint branch or in the LANGUAGE_DICT entries in Defaults.py.in in the trunk. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter u

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [7858] trunk/mailman

2006-04-25 Thread Stephen J. Turnbull
> "Brad" == Brad Knowles <[EMAIL PROTECTED]> writes: Brad> Personally, I think we should default to US-ASCII in Brad> the log files, but I can see where some people might want to Brad> select a different encoding in mm_cfg.py. I really think the log files should be UTF-8. T

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [7858] trunk/mailman

2006-04-25 Thread Stephen J. Turnbull
> "BAW" == Barry Warsaw <[EMAIL PROTECTED]> writes: BAW> Ideally, we'd get rid of all that for 2.2 and deal only with BAW> Unicode internally. The original encoded stuff should be squirreled away somewhere for debugging and maybe spam detection, though. BAW> We may have to make m