]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36958: In IDLE, print exit message (GH-13435)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 May 2019 07:16:53 +0000 (00:16 -0700)
committerGitHub <noreply@github.com>
Mon, 20 May 2019 07:16:53 +0000 (00:16 -0700)
commit2d94d4f1a5f54f73450d2982eab54a6301741a32
tree21e907d4b7900c4c958090cc7ed479188d94867e
parent64b0bdba7ee30ecc5c4c5ad46fb6afd6c0ddd487
bpo-36958: In IDLE, print exit message (GH-13435)

Print any argument other than None or int passed to SystemExit
or sys.exit().
(cherry picked from commit 6d965b39b7a486dd9e96a60b19ee92382d668299)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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]