[Python-Dev] Unifying Long Integers and Integers: baseint
Delaney, Timothy C (Timothy)
tdelaney at avaya.com
Fri Aug 13 01:33:41 CEST 2004
More information about the Python-Dev mailing list
Fri Aug 13 01:33:41 CEST 2004
- Previous message: [Python-Dev] Re: Decorators after 'def' should be reconsidered
- Next message: [Python-Dev] Question about win32com in MS-Excel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
guido at python.org wrote: >> All this brings to mind - is there actually a good reason to need a >> base type? Why not just define baseinteger as: >> >> baseinteger = int, long >> >> if the only reason for it is to use isinstance? > > So that an extension author *could* write an int-like type deriving > from it? Fair 'nuff. Tim Delaney
- Previous message: [Python-Dev] Re: Decorators after 'def' should be reconsidered
- Next message: [Python-Dev] Question about win32com in MS-Excel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list