super question

Aahz aahz at pythoncraft.com
Mon Apr 7 16:50:39 EDT 2003


In article <fd1c664e.0304071056.31a0d377 at posting.google.com>,
Danra <danra at walla.co.il> wrote:
>
>Here's my experience with 'super':
>
>>>> class b:
>	pass

No time to test, but try:

    class b(object):
        pass
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

This is Python.  We don't care much about theory, except where it intersects 
with useful practice.  --Aahz, c.l.py, 2/4/2002




More information about the Python-list mailing list