diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-05-06 18:30:25 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-05-06 18:30:25 (GMT) |
commit | c1004b85464579771db3b50f5b150449275bbbd0 (patch) | |
tree | 97e7a727634ac5cde6dc846a10bedc0eb4741139 /Misc/NEWS.d/next/IDLE | |
parent | f7b494c4d473c99ade2c8ab4e63005552f168f2b (diff) | |
download | cpython-c1004b85464579771db3b50f5b150449275bbbd0.zip cpython-c1004b85464579771db3b50f5b150449275bbbd0.tar.gz cpython-c1004b85464579771db3b50f5b150449275bbbd0.tar.bz2 |
Python 3.8.0a4v3.8.0a4
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-03-26-00-09-50.bpo-36429.w-jL2e.rst | 2 |
1 files changed, 0 insertions, 2 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 deleted file mode 100644 index 1d6bb1a..0000000 --- a/Misc/NEWS.d/next/IDLE/2019-03-26-00-09-50.bpo-36429.w-jL2e.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix starting IDLE with pyshell. Add idlelib.pyshell alias at top; remove -pyshell alias at bottom. Remove obsolete __name__=='__main__' command. |