[New-bugs-announce] [issue23184] Unused imports, variables, file in IDLE

Al Sweigart report at bugs.python.org
Wed Jan 7 11:26:51 CET 2015


New submission from Al Sweigart:

The IDLE code base has several unused imports and local variables. The testcode.py file seems to have been accidentally checked in.

These changes were found through a lint program, not by hand. All idle unit tests pass after these changes.

----------
components: IDLE
files: idle_unused_patch.diff
keywords: patch
messages: 233573
nosy: Al.Sweigart
priority: normal
severity: normal
status: open
title: Unused imports, variables, file in IDLE
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file37626/idle_unused_patch.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23184>
_______________________________________


More information about the New-bugs-announce mailing list