]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84623: Remove unused imports in idlelib (GH-94143) (#94148)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Jun 2022 11:21:08 +0000 (04:21 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2022 11:21:08 +0000 (13:21 +0200)
commit34be807139df0d9f46e1ab9deb7d2e59dcffa2c8
tree01b48e6bd272cbf4f4fc1260cb99608baf46d66b
parent73b1d494a7cb46fc2cd45b0616647e4cfb786f3d
gh-84623: Remove unused imports in idlelib (GH-94143) (#94148)

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>
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