IDLE can be launched as python -m ildelib

This commit is contained in:
Andrew Svetlov 2012-03-26 22:11:46 +03:00
parent 753445a425
commit d543f2b8b0
2 changed files with 11 additions and 0 deletions

9
Lib/idlelib/__main__.py Normal file
View File

@ -0,0 +1,9 @@
"""
IDLE main entry point
Run IDLE as python -m idlelib
"""
import idlelib.PyShell
idlelib.PyShell.main()

View File

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