gh-100776: Fix misleading default value in help(input)#100788
gh-100776: Fix misleading default value in help(input)#100788kumaraditya303 merged 2 commits intopython:mainfrom
Conversation
|
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 <12621235+hauntsaninja@users.noreply.github.com>
|
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 <12621235+hauntsaninja@users.noreply.github.com>
inputparameter #100776