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 vstinner
Recipients terry.reedy, vstinner
Date 2020-04-30.23:48:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588290497.54.0.985175585062.issue40460@roundup.psfhosted.org>
In-reply-to
Content
pyflakes found the following issue:

Lib/idlelib/zzdummy.py:31:33 undefined name 'ztest'

Code:

ztext = idleConf.GetOption('extensions', 'ZzDummy', 'z-text')
(...)
        for line in range(1, text.index('end')):
            text.insert('%d.0', ztest)

Maybe it's a typo: ztext instead of ztest? I'm not sure.
History
Date User Action Args
2020-04-30 23:48:17vstinnersetrecipients: + vstinner, terry.reedy
2020-04-30 23:48:17vstinnersetmessageid: <1588290497.54.0.985175585062.issue40460@roundup.psfhosted.org>
2020-04-30 23:48:17vstinnerlinkissue40460 messages
2020-04-30 23:48:17vstinnercreate