Re: [Mailman-Developers] Problem with new configuration.Configuration.load()

2006-10-21 Thread Tokio Kikuchi
Mark Sapiro wrote: > If the new configuration.Configuration.load() method is given a > configuration file argument which is a non-existent file, it will > silently fall back to loading mm_cfg.py. > > I think it should remember whether a filename argument is passed and > complain if the passed file

Re: [Mailman-Developers] Converting mm_cfg to config in mmshell scripts

2006-10-21 Thread Tokio Kikuchi
Mark Sapiro wrote: > Several of the mmshell scripts in Mailman/bin in the SVN trunk have not > been converted from mm_cfg to the new config scheme, given a > -C/--config option, etc. > > I have done, but not checked in a few. If nobody claims this job, I'll > do the rest and check them in. > +1

[Mailman-Developers] Problem with new configuration.Configuration.load()

2006-10-21 Thread Mark Sapiro
If the new configuration.Configuration.load() method is given a configuration file argument which is a non-existent file, it will silently fall back to loading mm_cfg.py. I think it should remember whether a filename argument is passed and complain if the passed file doesn't exist. -- Mark Sapir

[Mailman-Developers] Converting mm_cfg to config in mmshell scripts

2006-10-21 Thread Mark Sapiro
Several of the mmshell scripts in Mailman/bin in the SVN trunk have not been converted from mm_cfg to the new config scheme, given a -C/--config option, etc. I have done, but not checked in a few. If nobody claims this job, I'll do the rest and check them in. -- Mark Sapiro <[EMAIL PROTECTED]>