> Have you considered using classes? This looks like a fairly natural fit for
> race, candidate, committee and maybe report casses

Aha, okay, the multiple classes approach makes sense.  But would these
be nested classes, perhaps inheriting attributes from their parent
classes? E.g.:

class Race

    class Candidate

        class Committee

            class Filing
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to