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 components: IDLE messages: 301086 nosy: rhettinger, terry.reedy priority: normal severity: normal status: open title: Add __main__.py to IDLE type: enhancement versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue31319> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com