summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2019-05-20 02:52:22 (GMT)
committerGitHub <noreply@github.com>2019-05-20 02:52:22 (GMT)
commit6d965b39b7a486dd9e96a60b19ee92382d668299 (patch)
tree8f314cbd9cda4bfc8aa7e2544a18f2bec6035fb2 /Misc
parent53d378c81286644138415cb56da52a7351e1a477 (diff)
downloadcpython-6d965b39b7a486dd9e96a60b19ee92382d668299.zip
cpython-6d965b39b7a486dd9e96a60b19ee92382d668299.tar.gz
cpython-6d965b39b7a486dd9e96a60b19ee92382d668299.tar.bz2
bpo-36958: In IDLE, print exit message (GH-13435)
Print any argument other than None or int passed to SystemExit or sys.exit().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-05-19-22-02-22.bpo-36958.DZUC6G.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-05-19-22-02-22.bpo-36958.DZUC6G.rst b/Misc/NEWS.d/next/IDLE/2019-05-19-22-02-22.bpo-36958.DZUC6G.rst
new file mode 100644
index 0000000..c5a675d
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2019-05-19-22-02-22.bpo-36958.DZUC6G.rst
@@ -0,0 +1,2 @@
+Print any argument other than None or int passed to SystemExit or
+sys.exit().