grocery_stocker <cdal...@gmail.com> wrote: > >Maybe. I guess I haven't been around python long enough to realize >that there was a difference in 'output' between the old-style class >and new-style class.
Also remember that a class can define its own string to print there. What you see is the output of the __repr__ function of the class. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list