On Thu, 27 Aug 2009 09:10:46 +0100 Stephen Fairchild <[email protected]> wrote: > So why didn't you delete it after you were done with it? > > Class Demo(object):
That should be "class". > _classvar = fact(5) > del fact() I suppose you mean "del fact". -- D'Arcy J.M. Cain <[email protected]> | Democracy is three wolves http://www.druid.net/darcy/ | and a sheep voting on +1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner. -- http://mail.python.org/mailman/listinfo/python-list
