Skip to content

bpo-36958: In IDLE, print exit message#13435

Merged
terryjreedy merged 2 commits into
python:masterfrom
terryjreedy:sysexit
May 20, 2019
Merged

bpo-36958: In IDLE, print exit message#13435
terryjreedy merged 2 commits into
python:masterfrom
terryjreedy:sysexit

Conversation

@terryjreedy

@terryjreedy terryjreedy commented May 20, 2019

Copy link
Copy Markdown
Member

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

https://bugs.python.org/issue36958

Print any argument other than None or int passed to SystemExit
or sys.exit().
@terryjreedy
terryjreedy merged commit 6d965b3 into python:master May 20, 2019
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-13437 is a backport of this pull request to the 3.7 branch.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants