Re: [Mailman-Users] hide lists from listinfo page only(leaveonadmin page)

2005-10-20 Thread Mark Sapiro
Xiaoyan Ma wrote: > >Since I need to store a few hundreds listnames in the file, I wonder if it >might be better >to use regular expressions. Five to six regular expressions should be >sufficient to match all the >list names I want to hide. Between the two, I'd say whatever is easier for you t

Re: [Mailman-Users] hide lists from listinfo page only (leaveonadmin page)

2005-10-10 Thread Xiaoyan Ma
> By default, Python will only access modules in the Python libraries and > the directory that contains the current module. Modules in the bin/ > directory for example get around this by importing 'paths' which is > the bin/paths.py file which sets some additional directories in the > search paths.

Re: [Mailman-Users] hide lists from listinfo page only (leaveonadmin page)

2005-10-10 Thread Mark Sapiro
Xiaoyan Ma wrote: >On Fri, 7 Oct 2005 10:12:48 -0700 > Mark Sapiro <[EMAIL PROTECTED]> wrote: >>> >>>. >>>for name in listnames:(but not in notshowns) >> >Thank you. I just started learning python, so I wanted to find out if I am on >the right track >first. I have spent 2 hours on these f