]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36429: Fix starting IDLE with pyshell (#12548)
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 26 Mar 2019 23:58:19 +0000 (19:58 -0400)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2019 23:58:19 +0000 (19:58 -0400)
commit6a258c88906a7e8acde455ee2acb78b6f315ea0b
treefcfd1a9f29fff175c92e14a8b6ab1014443a0b00
parent6da20a49507c46738632baf3e4bfe3bdd086155b
bpo-36429: Fix starting IDLE with pyshell (#12548)

Add idlelib.pyshell alias at top; remove pyshell alias at bottom.
Remove obsolete __name__=='__main__' command.
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]