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 ethan.furman
Recipients barry, dkorchem, eli.bendersky, ethan.furman
Date 2014-06-10.23:34:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402443262.51.0.241368322085.issue21706@psf.upfronthosting.co.za>
In-reply-to
Content
Playing devil's advocate:

The issue is not so much the keystrokes saved as the improvement in reading and understanding what was intended.  If you are happy with starting at 1 the idiom is easy to both write, read, and understand; but if you want some other starting number you have to uglify your code with parenthesis, .methods, and add an extra iterator which you have to manually re-sync if you later add another name...

I think that is the real issue -- not keystrokes.
History
Date User Action Args
2014-06-10 23:34:22ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, dkorchem
2014-06-10 23:34:22ethan.furmansetmessageid: <1402443262.51.0.241368322085.issue21706@psf.upfronthosting.co.za>
2014-06-10 23:34:22ethan.furmanlinkissue21706 messages
2014-06-10 23:34:22ethan.furmancreate