-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
Cannot get help in interactive help mode #173
Comments
This isn't limited to IPython either — the same thing happens with ordinary Python:
|
hmm...I'm thinking then the expected behavior is to print |
fixed on branch |
This is still a problem
and with pydoc
These are triggering the lines:
in /usr/lib//dist-packages/sh.py (2) There IS help that should be presented upon help( sh ): Tell the help()-seeking user that:
That's what I reckon, anyway, as a novice user and all. |
This is fixed by #455 and will go out with the next release |
I use ipython3, open interactive mode (
help()
), typesh
and ipython gives me an error:The text was updated successfully, but these errors were encountered: