-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Incorrect documentation for input
parameter
#100776
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
hauntsaninja
added a commit
to hauntsaninja/cpython
that referenced
this issue
Jan 6, 2023
kumaraditya303
pushed a commit
that referenced
this issue
Jan 8, 2023
hauntsaninja
added a commit
to hauntsaninja/cpython
that referenced
this issue
Jan 8, 2023
…ythonGH-100788). (cherry picked from commit a214188) Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
hauntsaninja
added a commit
to hauntsaninja/cpython
that referenced
this issue
Jan 8, 2023
…ythonGH-100788). (cherry picked from commit a214188) Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
hauntsaninja
added a commit
that referenced
this issue
Jan 8, 2023
hauntsaninja
added a commit
that referenced
this issue
Jan 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation for
input
when usinghelp(...)
shows this:This implies
input()
does the same asinput(None)
, but usinginput(None)
actually doesinput("None")
. It should probably be changed to showinput(prompt="", /)
as the default argument instead.Linked PRs
The text was updated successfully, but these errors were encountered: