"Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > But I hope you are aware that nested classes aren't quite the same as > they are in java, are you?
Actually they are more like java's static inner classes. If you want to simulate non-static inner classes in python, you may check the recipe here: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/409366. George -- http://mail.python.org/mailman/listinfo/python-list