#3342: [with spkg, needs review] bizarre source code introspection output
---------------------------+------------------------------------------------
Reporter: was | Owner: tba
Type: defect | Status: new
Priority: minor | Milestone: sage-4.0.2
Component: documentation | Keywords:
Reviewer: | Author:
Merged: |
---------------------------+------------------------------------------------
Comment(by jhpalmieri):
I'm not sure which part is bizarre -- maybe the lack of any white space or
line break between "return not self" and "Class Docstring"? As far as I
can tell, this is an IPython issue. If you change line 520 of OInspect.py
(in SAGEROOT/local/lib/python/site-packages/IPython/) from
{{{
out.writeln(header('Class Docstring:\n') +
}}}
to
{{{
out.writeln(header('\n\nClass Docstring:\n') +
}}}
it fixes this problem.
Should we patch the IPython to incorporate this change? I've put a new
spkg
[http://sage.math.washington.edu/home/palmieri/SPKG/ipython-0.9.1.spkg
here], but I don't know if this is the right solution.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3342#comment:1>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---