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 ju-sh
Recipients ju-sh, rhettinger
Date 2019-10-21.18:16:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571681785.28.0.473142985237.issue38539@roundup.psfhosted.org>
In-reply-to
Content
Okay. While I'm at it, can I make a few minor change as well? Like

 - Use fstrings
 - change range(0, val) to range(val) as range()'s first argument has default value 0.
 - Change `for i in range(len(groups)):` to enumerated (redemo.py)
 - rename ss1.py to spreadsheet.py (to make its purpose clearer)
History
Date User Action Args
2019-10-21 18:16:25ju-shsetrecipients: + ju-sh, rhettinger
2019-10-21 18:16:25ju-shsetmessageid: <1571681785.28.0.473142985237.issue38539@roundup.psfhosted.org>
2019-10-21 18:16:25ju-shlinkissue38539 messages
2019-10-21 18:16:25ju-shcreate