diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-03-26 23:58:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-26 23:58:19 (GMT) |
commit | 6a258c88906a7e8acde455ee2acb78b6f315ea0b (patch) | |
tree | fcfd1a9f29fff175c92e14a8b6ab1014443a0b00 /Misc | |
parent | 6da20a49507c46738632baf3e4bfe3bdd086155b (diff) | |
download | cpython-6a258c88906a7e8acde455ee2acb78b6f315ea0b.zip cpython-6a258c88906a7e8acde455ee2acb78b6f315ea0b.tar.gz cpython-6a258c88906a7e8acde455ee2acb78b6f315ea0b.tar.bz2 |
bpo-36429: Fix starting IDLE with pyshell (#12548)
Add idlelib.pyshell alias at top; remove pyshell alias at bottom.
Remove obsolete __name__=='__main__' command.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-03-26-00-09-50.bpo-36429.w-jL2e.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-03-26-00-09-50.bpo-36429.w-jL2e.rst b/Misc/NEWS.d/next/IDLE/2019-03-26-00-09-50.bpo-36429.w-jL2e.rst new file mode 100644 index 0000000..1d6bb1a --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-03-26-00-09-50.bpo-36429.w-jL2e.rst @@ -0,0 +1,2 @@ +Fix starting IDLE with pyshell. Add idlelib.pyshell alias at top; remove +pyshell alias at bottom. Remove obsolete __name__=='__main__' command. |