[issue35660] IDLE: Remove import * from window.py

2019-01-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: 'import *' is a PEP 8 violation. Depending in the * import to import sys is a bug. -- type: enhancement -> behavior ___ Python tracker ___ _

[issue35660] IDLE: Remove import * from window.py

2019-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10864 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35660] IDLE: Remove import * from window.py

2019-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: -10863 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35660] IDLE: Remove import * from window.py

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch, patch pull_requests: +10862, 10863, 10864 stage: -> patch review ___ Python tracker ___

[issue35660] IDLE: Remove import * from window.py

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch pull_requests: +10862, 10863 stage: -> patch review ___ Python tracker ___ __

[issue35660] IDLE: Remove import * from window.py

2019-01-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10862 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue35660] IDLE: Remove import * from window.py

2019-01-04 Thread Cheryl Sabella
New submission from Cheryl Sabella : Remove use of `from tkinter import *` from windows.py. -- assignee: terry.reedy components: IDLE messages: 333028 nosy: cheryl.sabella, terry.reedy priority: normal severity: normal status: open title: IDLE: Remove import * from window.py type: enhan