Re: Advice requested on class design

2010-04-28 Thread Walter Wefft
Alan Ristow wrote: I would like to have three classes, ClassA, ClassB, and ClassC, that are essentially the same, the only difference being that each class has a different range of valid values for its properties. Thus, the obvious solution is to create a base class, then subclass from that a

Re: recursively remove all the directories and files which begin with '.'

2010-05-16 Thread Walter Wefft
Irmen de Jong wrote: On 16-5-2010 19:41, Sean DiZazzo wrote: On May 14, 8:27 am, albert kao wrote: On May 14, 11:01 am, J wrote: On Fri, May 14, 2010 at 10:53, albert kao wrote: C:\python>rmdir.py C:\test\com.comp.hw.prod.proj.war\bin ['.svn', 'com'] d .svn dotd C:\test\com.comp.hw.pr