]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36429: Fix starting IDLE with pyshell (GH-12548)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Mar 2019 00:19:23 +0000 (17:19 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 00:19:23 +0000 (17:19 -0700)
commit23eb816399ac7482d2bd7d50814b19a3db52e7d4
tree32e557ed07b9e77f6f7ff1fc3d8230e3203f6bc3
parent5ac626350e2bfe5f283e7322bc31045062680d2b
bpo-36429: Fix starting IDLE with pyshell (GH-12548)

Add idlelib.pyshell alias at top; remove pyshell alias at bottom.
Remove obsolete __name__=='__main__' command.
(cherry picked from commit 6a258c88906a7e8acde455ee2acb78b6f315ea0b)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2019-03-26-00-09-50.bpo-36429.w-jL2e.rst [new file with mode: 0644]