-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-89158: Add some REPL secondary prompt markers #93073
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
Conversation
This fixes an issue on tutorial/classes.rst section 9.4 where the example "class Warehouse" was truncated when pressing the >>> button to hide the prompts and output.
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
@Gaasmann Have you signed the CLA yet? The CLA seems 'stuck'. Will close/open to try to trigger it. This PR makes Warehouse consistent with the previous Complex class above. It should fix the bug. The alternative would be to make it consistent with class Dog above. I don't care. I agree with skipping news item. I adjusted title and commit message. Thank you for making PR. |
Thanks @Gaasmann for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-93087 is a backport of this pull request to the 3.11 branch. |
GH-93088 is a backport of this pull request to the 3.10 branch. |
This fixes an issue on tutorial/classes.rst section 9.4 where the example "class Warehouse" was truncated when pressing the >>> button to hide the prompts and output. (cherry picked from commit 88f0d0c) Co-authored-by: Nicolas Haller <[email protected]>
This fixes an issue on tutorial/classes.rst section 9.4 where the example "class Warehouse" was truncated when pressing the >>> button to hide the prompts and output. (cherry picked from commit 88f0d0c) Co-authored-by: Nicolas Haller <[email protected]>
This fixes an issue on tutorial/classes.rst section 9.4 where the example "class Warehouse" was truncated when pressing the >>> button to hide the prompts and output. (cherry picked from commit 88f0d0c) Co-authored-by: Nicolas Haller <[email protected]>
This fixes an issue on tutorial/classes.rst section 9.4 where the example "class Warehouse" was truncated when pressing the >>> button to hide the prompts and output. (cherry picked from commit 88f0d0c) Co-authored-by: Nicolas Haller <[email protected]>
This fixes an issue on tutorial/classes.rst section 9.4 where the example "class Warehouse"
was truncated when pressing the >>> button to hide the prompts and output.
#89158