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 purpleidea
Recipients mark.dickinson, purpleidea, terry.reedy
Date 2010-08-09.19:24:27
SpamBayes Score 7.5357326e-05
Marked as misclassified No
Message-id <1281381875.98.0.874239775067.issue6786@psf.upfronthosting.co.za>
In-reply-to
Content
I'd be writing a patch which would allow a programmer the option to explicitly use/instantiate the library in a zero-based way. This way throughout their particular program, the indexing of elements could be consistent. Not having this causes you to have to reason differently about which parts should be list[i+1] versions list[i].

Would this be reasonable?
Thanks,

_J
History
Date User Action Args
2010-08-09 19:24:36purpleideasetrecipients: + purpleidea, terry.reedy, mark.dickinson
2010-08-09 19:24:35purpleideasetmessageid: <1281381875.98.0.874239775067.issue6786@psf.upfronthosting.co.za>
2010-08-09 19:24:27purpleidealinkissue6786 messages
2010-08-09 19:24:27purpleideacreate