On Fri, 2007-08-31 at 09:24 -0700, Toshio Kuratomi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> > An empty list of base classes wasn't allowed before Python 2.5 so
> > remove it since it seems to be the only Python 2.5 feature being
> > used.
> 
> What version of python are you taking as your minimum?  If it's
> python2.2 then you'd be better off inheriting from object.  Inheriting
> from object makes this a new-style class which has some features and
> behaviors that can make it superior to old-style classes.

        Yep, good point.

Cheers,
Mark.

--
Fedora-buildsys-list mailing list
Fedora-buildsys-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list

Reply via email to