bpo-36958: In IDLE, print exit message by terryjreedy · Pull Request #13435 · python/cpython

@terryjreedy

Print any argument other than None or int passed to SystemExit
or sys.exit().

@terryjreedy

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 20, 2019
Print any argument other than None or int passed to SystemExit
or sys.exit().
(cherry picked from commit 6d965b3)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington added a commit that referenced this pull request

May 20, 2019
Print any argument other than None or int passed to SystemExit
or sys.exit().
(cherry picked from commit 6d965b3)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>