[Python-Dev] Unifying Long Integers and Integers: baseint
Dmitry Vasiliev
lists at hlabs.spb.ru
Mon Aug 9 13:52:54 CEST 2004
More information about the Python-Dev mailing list
Mon Aug 9 13:52:54 CEST 2004
- Previous message: [Python-Dev] The date in the generated documentation
- Next message: [Python-Dev] Unifying Long Integers and Integers: baseint
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] The date in the generated documentation
- Next message: [Python-Dev] Unifying Long Integers and Integers: baseint
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list