Serhiy Storchaka added the comment:
This is a duplicate of issue24212.
--
nosy: +serhiy.storchaka
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Idle, 2.7, backport idlelib.__main__, enable py -m idlelib
___
Pytho
New submission from Raymond Hettinger:
Currently, I start IDLE with:
$ python -m idlelib.idle
It would be nice add __main__.py to simplify this to:
$ python -m idlelib
And perhaps, more boldly rename the directory so that we get:
$ python -m idle
--
assignee: terry.reedy
compo