]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84623: Remove unused imports in idlelib (GH-94143)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jun 2022 22:36:47 +0000 (15:36 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 22:36:47 +0000 (15:36 -0700)
commita562d2dc8b13cadf60963049d2842998e7d1e4d6
tree5635a07210a1949fc1a40cac2dcdf86dff902df1
parent5bca4bba981be517ff696e2ae3056865742983de
gh-84623: Remove unused imports in idlelib (GH-94143)

Remove commented code in test_debugger_r.py.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 576dd901170af30fc50b0a7f07a388b38fd724a9)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/idlelib/idle_test/test_debugger_r.py
Lib/idlelib/idle_test/test_editor.py
Lib/idlelib/iomenu.py