This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients akuchling, fdrake, loewis, mike_j_brown, pitrou, terry.reedy
Date 2010-01-06.02:13:09
SpamBayes Score 0.0018224254
Marked as misclassified No
Message-id <1262743991.52.0.605010091767.issue1495229@psf.upfronthosting.co.za>
In-reply-to
Content
Addendum. Table 1-2 Basic Data Type Mappings in the referenced OMG document, which maps 'OMG IDL' to 'Python' has 'Integer (<type 'int'>)', later shortened to 'Integer'. (It also has 'Long integer(<type 'long int'>)' and 'Floating Point Number (<type 'float'>)' with similar abbreviations.) So 'IntegerType', possibly mashing together 'Integer' with 'IntType', appears to be an erroneous term from the beginning.
History
Date User Action Args
2010-01-06 02:13:11terry.reedysetrecipients: + terry.reedy, loewis, fdrake, akuchling, mike_j_brown, pitrou
2010-01-06 02:13:11terry.reedysetmessageid: <1262743991.52.0.605010091767.issue1495229@psf.upfronthosting.co.za>
2010-01-06 02:13:10terry.reedylinkissue1495229 messages
2010-01-06 02:13:10terry.reedycreate