Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc8d81a

Browse files
authored
[3.11]gh-84623: Remove unused imports in stdlib (#94313)
#93773Backport only for 2 idlelib files.Cherrypicked from259dd71
1 parent575997a commitbc8d81a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎Lib/idlelib/configdialog.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212
importre
1313

14-
fromtkinterimport (Toplevel,Listbox,Scale,Canvas,
14+
fromtkinterimport (Toplevel,Listbox,Canvas,
1515
StringVar,BooleanVar,IntVar,TRUE,FALSE,
1616
TOP,BOTTOM,RIGHT,LEFT,SOLID,GROOVE,
1717
NONE,BOTH,X,Y,W,E,EW,NS,NSEW,NW,

‎Lib/idlelib/util.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* std streams (pyshell, run),
1313
* warning stuff (pyshell, run).
1414
"""
15-
fromosimportpath
1615

1716
# .pyw is for Windows; .pyi is for stub files.
1817
py_extensions= ('.py','.pyw','.pyi')# Order needed for open/save dialogs.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp