[issue37692] IDLE: clarify shell part of highlight sample

Terry J. Reedy report at bugs.python.org
Sat Jul 27 12:49:33 EDT 2019


New submission from Terry J. Reedy <tjreedy at udel.edu>:

The 'console' highlight is described as Shell Normal Text.  It is the 'normal' text for non-error output *from the shell* (prompt and debug status), but not the 'normal' text, which is used for code.

Aside from this, the editor section uses examples rather than description, such as 'list' rather than 'builtin'.  I think the shell section should also:  "Traceback" instead of stderr (which beginners may or may not understand), 'program output' instead of 'stdout'.  Removing the two blank line will make room to put these on separate lines, like they actually are.

----------
assignee: terry.reedy
components: IDLE
messages: 348548
nosy: terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: clarify shell part of highlight sample
type: behavior
versions: Python 3.7, Python 3.8, Python 3.9

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


More information about the Python-bugs-list mailing list