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 taleinat
Recipients taleinat, terry.reedy
Date 2019-08-05.20:56:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565038566.59.0.841955505333.issue37768@roundup.psfhosted.org>
In-reply-to
Content
Currently, IDLE just writes the entire help message into the shell.

If auto-squeezing is enabled, then long help messages are automatically squeezed, following which the help text can be viewed in a text viewer or expanded inline.  This is still not great UX.

I propose to simply have help(object) open a text viewer with the help text.  There's actually an old (2007) comment in Lib\idlelib\pyshell.py by KBK that this should be done.

See related discussion in issue #35855.
History
Date User Action Args
2019-08-05 20:56:06taleinatsetrecipients: + taleinat, terry.reedy
2019-08-05 20:56:06taleinatsetmessageid: <1565038566.59.0.841955505333.issue37768@roundup.psfhosted.org>
2019-08-05 20:56:06taleinatlinkissue37768 messages
2019-08-05 20:56:06taleinatcreate