[issue24833] IDLE tabnanny check fails

2016-06-26 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue24833] IDLE tabnanny check fails

2015-08-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 724d9b589cfc by Terry Jan Reedy in branch '2.7': Issue #24833: Add attribute reference needed for 3.x, but optional for 2.7, https://hg.python.org/cpython/rev/724d9b589cfc New changeset cce226356477 by Terry Jan Reedy in branch '3.4': Issue #24833:

[issue24833] IDLE tabnanny check fails

2015-08-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: I fixed the Idle part but would really like to see the cause of the tokenize error. -- type: - behavior versions: +Python 2.7, Python 3.5, Python 3.6 ___ Python tracker rep...@bugs.python.org

[issue24833] IDLE tabnanny check fails

2015-08-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: I think there are two issues here. 1. tabnanny is run on the editor file every time Check Module Alt-X or Run Module F5 is used. However, Tabnanny is only rum after the file has been compiled as syntactically correct. I don't think that the tokenize module

[issue24833] IDLE tabnanny check fails

2015-08-09 Thread Сергей Лисов
New submission from Сергей Лисов: idlelib.ScriptBinding line 72: tokenize.TokenError object is not iterable -- components: IDLE messages: 248314 nosy: Сергей Лисов priority: normal severity: normal status: open title: IDLE tabnanny check fails versions: Python 3.4