summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
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)
commitc1004b85464579771db3b50f5b150449275bbbd0 (patch)
tree97e7a727634ac5cde6dc846a10bedc0eb4741139 /Misc/NEWS.d/next/IDLE
parentf7b494c4d473c99ade2c8ab4e63005552f168f2b (diff)
downloadcpython-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.rst2
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.