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 Mark Byrne
Recipients Mark Byrne, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2017-09-11.22:37:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505169428.59.0.474230101948.issue31417@psf.upfronthosting.co.za>
In-reply-to
Content
Generally, we consider the danger of introducing bugs to be more significant than the benefit of the "cleanup" changes.  The fact that you are discussing further changes to the code in the PR make this more likely.

I haven't updated the PR with further code changes as suggested in the PR comments because the comments don't strictly relate to the changes put forward in this issue, and I don't want to go beyond the scope of the issue - the requested changes could go in a separate PR as needed.

The motivation is to use enumerate where it is a natural fit.
If you decide not to merge, then that is ok; let me know if I can help with anything.
History
Date User Action Args
2017-09-11 22:37:08Mark Byrnesetrecipients: + Mark Byrne, rhettinger, vstinner, r.david.murray, serhiy.storchaka
2017-09-11 22:37:08Mark Byrnesetmessageid: <1505169428.59.0.474230101948.issue31417@psf.upfronthosting.co.za>
2017-09-11 22:37:08Mark Byrnelinkissue31417 messages
2017-09-11 22:37:08Mark Byrnecreate