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 gkuenning
Recipients gkuenning
Date 2017-12-13.01:28:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513128487.24.0.213398074469.issue32298@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, that loop is a bit too generous.  Here's a better one:

for c in list(range(33, 61)) + [62] + list(range(64, 95)) + list(range(96,127)):
History
Date User Action Args
2017-12-13 01:28:07gkuenningsetrecipients: + gkuenning
2017-12-13 01:28:07gkuenningsetmessageid: <1513128487.24.0.213398074469.issue32298@psf.upfronthosting.co.za>
2017-12-13 01:28:07gkuenninglinkissue32298 messages
2017-12-13 01:28:06gkuenningcreate