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 mrabarnett
Recipients eric.araujo, eric.smith, gosella, mark.dickinson, mrabarnett
Date 2010-06-14.15:30:58
SpamBayes Score 0.18612146
Marked as misclassified No
Message-id <1276529461.63.0.159890101907.issue7951@psf.upfronthosting.co.za>
In-reply-to
Content
Re: msg107776.

If it looks like an integer (ie, can be converted to an integer by 'int') then it's positional, otherwise it's a key. An optimisation is to perform a quick check upfront to see whether it starts like an integer.
History
Date User Action Args
2010-06-14 15:31:02mrabarnettsetrecipients: + mrabarnett, mark.dickinson, eric.smith, eric.araujo, gosella
2010-06-14 15:31:01mrabarnettsetmessageid: <1276529461.63.0.159890101907.issue7951@psf.upfronthosting.co.za>
2010-06-14 15:30:59mrabarnettlinkissue7951 messages
2010-06-14 15:30:58mrabarnettcreate