[New-bugs-announce] [issue31319] Add __main__.py to IDLE
Raymond Hettinger
report at bugs.python.org
Fri Sep 1 02:56:13 EDT 2017
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 <report at bugs.python.org>
<http://bugs.python.org/issue31319>
_______________________________________
More information about the New-bugs-announce
mailing list