[issue31319] Add __main__.py to IDLE

2017-09-01 Thread Serhiy Storchaka
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

[issue31319] Add __main__.py to IDLE

2017-08-31 Thread Raymond Hettinger
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