Message367810
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. |
|
| Date |
User |
Action |
Args |
| 2020-04-30 23:48:17 | vstinner | set | recipients:
+ vstinner, terry.reedy |
| 2020-04-30 23:48:17 | vstinner | set | messageid: <[email protected]> |
| 2020-04-30 23:48:17 | vstinner | link | issue40460 messages |
| 2020-04-30 23:48:17 | vstinner | create | |
|