On Sun, Oct 03, 2004 at 11:01:31PM +0400, Oleg Broytmann wrote:
> On Sun, Oct 03, 2004 at 12:05:42PM -0700, Shalabh Chaturvedi wrote:
> > Oleg Broytmann wrote:
> > >>def new_directory(self, item_filepath):
> > >> return self.__class__(item_filepath,
> > >> self.use_cache,
> > >> self.list_directory,
> > >> self.follow_symlinks, self.cache_time,
> > >> self.file_class)
> > >>
> > > +0.5
> > >
> > >Oleg.
> >
> > At least this one got some support :)
>
> This because I was the one who patched it the item.__class__(...).
...who patched IN...
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.