bpo-36958: In IDLE, print exit message (GH-13435)

Print any argument other than None or int passed to SystemExit
or sys.exit().
This commit is contained in:
Terry Jan Reedy 2019-05-19 22:52:22 -04:00 committed by GitHub
parent 53d378c812
commit 6d965b39b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 6 deletions

View file

@ -0,0 +1,2 @@
Print any argument other than None or int passed to SystemExit or
sys.exit().