This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger, terry.reedy
Date 2017-09-01.06:56:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504248973.71.0.350017401117.issue31319@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-09-01 06:56:13rhettingersetrecipients: + rhettinger, terry.reedy
2017-09-01 06:56:13rhettingersetmessageid: <1504248973.71.0.350017401117.issue31319@psf.upfronthosting.co.za>
2017-09-01 06:56:13rhettingerlinkissue31319 messages
2017-09-01 06:56:13rhettingercreate