]> granicus.if.org Git - python/commit
bpo-36958: In IDLE, print exit message (GH-13435)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 20 May 2019 02:52:22 +0000 (22:52 -0400)
committerGitHub <noreply@github.com>
Mon, 20 May 2019 02:52:22 +0000 (22:52 -0400)
commit6d965b39b7a486dd9e96a60b19ee92382d668299
tree8f314cbd9cda4bfc8aa7e2544a18f2bec6035fb2
parent53d378c81286644138415cb56da52a7351e1a477
bpo-36958: In IDLE, print exit message (GH-13435)

Print any argument other than None or int passed to SystemExit
or sys.exit().
Doc/library/idle.rst
Lib/idlelib/NEWS.txt
Lib/idlelib/help.html
Lib/idlelib/run.py
Misc/NEWS.d/next/IDLE/2019-05-19-22-02-22.bpo-36958.DZUC6G.rst [new file with mode: 0644]