-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Change IDLE 'more information' splash line #86206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
IDLE currently follows the version and system info line with Entering 'help' prints the instruction to enter 'help()' for interaction or 'help(object)' for info on object. Proposed replacement: On macOS, one must click IDLE for About IDLE, but macOS users should know and expect it there (which is why it is moved there on macOS). Also, the menu entry "IDLE Help" should be "IDLE Doc". I believe the current entry dates to when "IDLE Help" was a separate text from the IDLE doc rather than a copy thereof. PR later. |
Are you still planning a PR? This would require some form of injection to override the default prompt as I doubt that can be changed as people are nostalgic. |
I changed 'IDLE Help' to 'IDLE Doc' as part of #84910. IDLE defines the "more information" line in pyshell.py, 1136-7 and prints it on lines 1155-6, so we can change it easily.
I am now thinking about
What do you think? |
I think its great! I can open a PR if you want. I would also be for suppressing sys.platform and the build date as version is plenty I think for IDLE. Also do you still check the email listed on your account, I sent you a few questions :-) |
IDLE Shell is intended to mostly imitate the pre-3.13 REPL except as intentionally different. Users paste, or are requested to paste, the initial line, and almost everything there is potentially useful. Yes, please do a PR for agreed upon second line replacement. |
PR opened :) |
Change splash line Co-authored-by: Terry Jan Reedy <[email protected]>
Change splash line (cherry picked from commit d83a8a2) Co-authored-by: Stan Ulbrych <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
Change splash line (cherry picked from commit d83a8a2) Co-authored-by: Stan Ulbrych <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
Replace references to boilerplate files available in About IDLE and instead suggest clicking Help menu. (cherry picked from commit d83a8a2) Co-authored-by: Stan Ulbrych <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
Replace references to boilerplate files available in About IDLE and instead suggest clicking Help menu. (cherry picked from commit d83a8a2) Co-authored-by: Stan Ulbrych <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
Change splash line Co-authored-by: Terry Jan Reedy <[email protected]>
Change splash line Co-authored-by: Terry Jan Reedy <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
The text was updated successfully, but these errors were encountered: