[New-bugs-announce] [issue36958] IDLE should print exit message or status if one is provided

Random832 report at bugs.python.org
Sat May 18 15:38:04 EDT 2019


New submission from Random832 <random832 at fastmail.us>:

IDLE currently just returns to the interactive prompt when a script exits, even if SystemExit has arguments. This can be confusing to new users if they are using sys.exit to print a message.

----------
assignee: terry.reedy
components: IDLE
files: run.py.patch
keywords: patch
messages: 342809
nosy: Random832, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE should print exit message or status if one is provided
versions: Python 3.7
Added file: https://bugs.python.org/file48335/run.py.patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36958>
_______________________________________


More information about the New-bugs-announce mailing list