We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753445a commit d543f2bCopy full SHA for d543f2b
Lib/idlelib/__main__.py
@@ -0,0 +1,9 @@
1
+"""
2
+IDLE main entry point
3
+
4
+Run IDLE as python -m idlelib
5
6
7
8
+import idlelib.PyShell
9
+idlelib.PyShell.main()
Misc/NEWS
@@ -34,6 +34,8 @@ Core and Builtins
34
Library
35
-------
36
37
+- IDLE can be launched as python -m ildelib
38
39
- Issue #14295: Add unittest.mock
40
41
- Issue #7652: Add --with-system-libmpdec option to configure for linking
0 commit comments