Thanks to visit codestin.com Credit goes to github.com
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 ede001a commit 1641bb7Copy full SHA for 1641bb7
2 files changed
Lib/idlelib/NEWS.txt
@@ -1,7 +1,7 @@
1
What's New in IDLE 3.3?
2
=========================
3
4
-- IDLE can be launched as `python -m ildelib`
+- IDLE can be launched as `python -m idlelib`
5
6
- Issue #3573: IDLE hangs when passing invalid command line args
7
(directory(ies) instead of file(s)).
Misc/NEWS
@@ -34,7 +34,7 @@ Core and Builtins
34
Library
35
-------
36
37
-- IDLE can be launched as python -m ildelib
+- IDLE can be launched as python -m idlelib
38
39
- Issue #14295: Add unittest.mock
40
0 commit comments