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
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
> "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
> "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