[3.7] bpo-36958: In IDLE, print exit message (GH-13435) by miss-islington · Pull Request #13437 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 1 commit intopython:3.7from
May 20, 2019Merged
[3.7] bpo-36958: In IDLE, print exit message (GH-13435)#13437
miss-islington merged 1 commit intopython:3.7from
[3.7] bpo-36958: In IDLE, print exit message (GH-13435)#13437
miss-islington merged 1 commit intopython:3.7from
Conversation
Copy link Copy Markdown
Contributor
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
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
requested a review
from terryjreedy
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
type-bug
awaiting review labels
May 20, 2019Copy link Copy Markdown
Contributor Author
miss-islington
commented
May 20, 2019
miss-islington commented
May 20, 2019@terryjreedy: Status check is done, and it's a success ✅ .
1 similar comment
Copy link Copy Markdown
Contributor Author
miss-islington
commented
May 20, 2019
miss-islington commented
May 20, 2019@terryjreedy: Status check is done, and it's a success ✅ .
terryjreedy approved these changes May 20, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
merged commit
2d94d4f
into
python:3.7
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-6d965b3-3.7
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment