On Sun, May 23, 2010 at 10:36 PM, rickhg12hs <[email protected]> wrote: > Really appreciate/enjoy Sage, but while we're picking on "std", why > isn't the docstring returned after "?-return"? > > sage: std? > Type: function > Base Class: <type 'function'> > String Form: <function std at 0xae1c87c> > Namespace: Interactive > File: /home/rick/sage/sage-4.4.2/local/lib/python2.6/site-packages/ > sage/stats/basic_stats.py > Definition: std(v, bias=False) > > sage: > > I wonder if there are other docstrings not being displayed.
This appears to be a bug somehow in IPython or in how Sage uses IPython. Note that in the Sage notebook the docstring is correctly displayed. I hope somebody fixes this. William -- 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-support URL: http://www.sagemath.org
