Commit 638fbfb0 authored by Andrew Svetlov's avatar Andrew Svetlov

IDLE can be launched as python -m ildelib

parent 3ffa0e79
"""
IDLE main entry point
Run IDLE as python -m idlelib
"""
import idlelib.PyShell
idlelib.PyShell.main()
......@@ -34,6 +34,8 @@ Core and Builtins
Library
-------
- IDLE can be launched as python -m ildelib
- Issue #14295: Add unittest.mock
- Issue #7652: Add --with-system-libmpdec option to configure for linking
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment