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 David Rebbe2
Recipients David Rebbe2, veky
Date 2021-08-24.16:43:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629823434.84.0.263061508387.issue44993@roundup.psfhosted.org>
In-reply-to
Content
I only created this issue because its a deviation from any standard that exists AFAIK. Nothing I know of starts at 1 in programming and I more than likely won't be the last one to make this mistake. If indexing in Python started at 1 or any other accessor for that matter started with 1 I could understand it but it doesn't. Its even an ongoing online joke that "arrays start at 1". 

Most other language enum types are not explicit in value definitions because they don't matter, they now have to matter and be explicit in python due to this deviation.
History
Date User Action Args
2021-08-24 16:43:54David Rebbe2setrecipients: + David Rebbe2, veky
2021-08-24 16:43:54David Rebbe2setmessageid: <1629823434.84.0.263061508387.issue44993@roundup.psfhosted.org>
2021-08-24 16:43:54David Rebbe2linkissue44993 messages
2021-08-24 16:43:54David Rebbe2create