-
-
Notifications
You must be signed in to change notification settings - Fork 32k
pyrepl help (pydoc): "exit" does not exit, whereas "quit" does #119856
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
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
May 31, 2024
vstinner
added a commit
that referenced
this issue
Jun 3, 2024
miss-islington
pushed a commit
to m
8000
iss-islington/cpython
that referenced
this issue
Jun 3, 2024
vstinner
added a commit
that referenced
this issue
Jun 3, 2024
Fixed by commit 4223f1d |
mliezun
pushed a commit
to mliezun/cpython
that referenced
this issue
Jun 3, 2024
barneygale
pushed a commit
to barneygale/cpython
that referenced
this issue
Jun 5, 2024
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I enter Python help in the REPL, if I type "exit", I get:
If I try exit(), I get an error:
It propose supporting to just type "exit", similar to "quit", to quit the help.
Linked PRs
The text was updated successfully, but these errors were encountered: