(An Unofficial) Python Tutorial Wiki

putting the community back in "maintained by the community"

3wt0

What about changing all the examples to define classes that inherit from 'object'?

Comments

I'd say it's about time ;-)

(but we probably need a brief explanation of "old-style" classes as well, since people will stumble upon them in the wild).

Done. All classes now inherit from object, and I've given a little info on new-style vs. old-style. Comments would be appreciated.

Jay P.