gh-81949: IDLE: show help(object) output in a text viewing window#15140
Open
taleinat wants to merge 4 commits into
python:mainpython/cpython:mainfrom
taleinat:bpo-37768/idle-help-in-text-viewertaleinat/cpython:bpo-37768/idle-help-in-text-viewerCopy head branch name to clipboard
Open
gh-81949: IDLE: show help(object) output in a text viewing window#15140taleinat wants to merge 4 commits intopython:mainpython/cpython:mainfrom taleinat:bpo-37768/idle-help-in-text-viewertaleinat/cpython:bpo-37768/idle-help-in-text-viewerCopy head branch name to clipboard
taleinat wants to merge 4 commits into
python:mainpython/cpython:mainfrom
taleinat:bpo-37768/idle-help-in-text-viewertaleinat/cpython:bpo-37768/idle-help-in-text-viewerCopy head branch name to clipboard
Conversation
4dd7f70 to
471dcca
Compare
Contributor
Author
|
@terryjreedy, this is a small, relatively simple code change providing a significant UX improvement; I'd love to get this into 3.8. Pending your review! |
Contributor
Author
|
I've merged the latest main branch into this PR. It is still missing a configuration option for disabling this feature or setting a minimum number of help text lines for triggering it, as requested by @terryjreedy on the bpo issue. |
Contributor
|
This missed the boat for inclusion in Python 3.9 which accepts security fixes only as of today. |
|
This PR is stale because it has been open for 30 days with no activity. |
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note that the text viewing windows are non-modal, which allows keeping them open while continuing to work in the shell.
https://bugs.python.org/issue37768