Barry Warsaw wrote: > >On Tue, 2006-04-25 at 14:46 -0700, Mark Sapiro wrote:
>> 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 encoding argument throws a TypeError exception. > >Looks like that's a Python 2.3/2.4 compatibility issue. Dang. Okay, >I'll figure out a workaround for that. It doesn't seem to me to be 2.3/2.4 compatibility. It doesn't work for me with 2.4.1 and it didn't work for the poor soul who reported on mailman-users that he tried building from source for the first time and used the SVN trunk, and he has 2.3.5. There's no indication of an encoding argument in either <http://docs.python.org/lib/node347.html> or <http://docs.python.org/dev/lib/node391.html> -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp