also I have class_ all over the place, it has usually seemed less
annoying to me than using 'klass' which I have seen here and there.
but I suck at conventions....what do you think ?
It doesn't really bother me either way, but using klass to mean "a reference to a type" is standard in python the way using i as a loop variable is in C. Most of the hits for python class_ otoh were hits to C++ code. :)
--
Jonathan Ellis
http://spyced.blogspot.com

