#5549: ?? help in notebook is broken for functions defined in C
---------------------------+------------------------------------------------
Reporter: cwitty | Owner: tba
Type: enhancement | Status: new
Priority: major | Milestone: sage-3.4.1
Component: documentation | Keywords:
---------------------------+------------------------------------------------
At the command line,
{{{
import scipy
scipy.sin??
}}}
falls back to just giving the docstring (like {{{scipy.sin?}}}), plus an
additional notation that says {{{[source file open failed]}}}. In the
notebook, the same thing only gives
{{{
No object scipy.sin
}}}
The notebook should fall back to ? help when ?? help fails, like the
command line does.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5549>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---