##// END OF EJS Templates
Backport PR #4738: don't inject help into user_ns...
Backport PR #4738: don't inject help into user_ns because it's in builtins. I presume this was for old Pythons, but it doesn't seem necessary for ≥ 2.7. Prompted because the injection fails on 3.4, causing the warning: WARNING: help() not available - check site.py but help actually works just fine.
MinRK -
r13966:56c2565a
Show More
Name Size Modified Last Commit Author
/ IPython / lib
tests
__init__.py Loading ...
backgroundjobs.py Loading ...
clipboard.py Loading ...
deepreload.py Loading ...
demo.py Loading ...
display.py Loading ...
editorhooks.py Loading ...
guisupport.py Loading ...
inputhook.py Loading ...
inputhookglut.py Loading ...
inputhookgtk.py Loading ...
inputhookgtk3.py Loading ...
inputhookpyglet.py Loading ...
inputhookqt4.py Loading ...
inputhookwx.py Loading ...
irunner.py Loading ...
kernel.py Loading ...
latextools.py Loading ...
pretty.py Loading ...
security.py Loading ...