This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Zero
Recipients Zero, rhettinger, taleinat, terry.reedy
Date 2019-11-01.12:12:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572610358.79.0.827555034416.issue37903@roundup.psfhosted.org>
In-reply-to
Content
Zero:     "not to have them added as text as is usual in a terminal window"
taleinat: "removing prompts from the shell window's text widget"

Zero:     "print the values of ps1 and ps2 in the proposed ShellIO subclass"
taleinat: "separate sidebar showing where prompts and user input were"

We appear to be in agreement.

terry.reedy: "Labels, such as '>>>', 'Out', 'Inp', and 'Err' would be used"
Zero:        "Having IDLE react to sys.ps1 and sys.ps2"

My suggestion is to take those labels terry.reedy talks about from the values of ps1 and ps2 since they are already documented and standard for "the interpreter ... in interactive mode." If psX needs to introduced for other prompts that may be needed ("Maybe use 'Con', maybe use Dbg and Wrn."), it would provide a sensible way to customize those labels as well.
History
Date User Action Args
2019-11-01 12:12:38Zerosetrecipients: + Zero, rhettinger, terry.reedy, taleinat
2019-11-01 12:12:38Zerosetmessageid: <1572610358.79.0.827555034416.issue37903@roundup.psfhosted.org>
2019-11-01 12:12:38Zerolinkissue37903 messages
2019-11-01 12:12:38Zerocreate