Is there a plan for implementing a base class for int and long (like basestring for str and unicode): >>> issubclass(int, baseint) and issubclass(long, baseint) True ? -- Dmitry Vasiliev (dima at hlabs.spb.ru) http://hlabs.spb.ru