-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-100776: Fix misleading default value in help(input) #100788
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! input()
does the same thing as input("")
(the new default).
Note that this doesn't actually change the behaviour of input, just the docstring. Either way, the actual default is NULL :-) |
Thanks @hauntsaninja for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @hauntsaninja for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, @hauntsaninja and @kumaraditya303, I could not cleanly backport this to |
Sorry @hauntsaninja and @kumaraditya303, I had trouble checking out the |
GH-100841 is a backport of this pull request to the 3.11 branch. |
I can do the backports |
…ythonGH-100788). (cherry picked from commit a214188) Co-authored-by: Shantanu <[email protected]>
GH-100842 is a backport of this pull request to the 3.10 branch. |
…ythonGH-100788). (cherry picked from commit a214188) Co-authored-by: Shantanu <[email protected]>
) (#100841) (cherry picked from commit a214188) Co-authored-by: Shantanu <[email protected]>
) (#100842) (cherry picked from commit a214188) Co-authored-by: Shantanu <[email protected]>
input
parameter #100776