#7514: rewrite load and attach
---------------------------+------------------------------------------------
Reporter: was | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.3.1
Component: misc | Keywords:
Work_issues: | Author: William Stein
Upstream: N/A | Reviewer: Mitesh Patel
Merged: |
---------------------------+------------------------------------------------
Changes (by was):
* status: needs_work => needs_review
Comment:
The attached patch (sagenb-7514-rebase-part3.patch) should:
1. Fixed this: "When I load/attach a .(s)pyx file in the notebook,
_code.py appears in the cell's output HTML."
2. Fixed this: "Typing f??<TAB> for a function f defined in the notebook
shows its docstring but not its source code." Actually, this wasn't
exactly broken... the last line of the docstring was missing. I've added
a newline to the end of the input file, and now the problem is gone. This
isn't a hack, since I think files are *supposed* to end with a newline,
according to "IEEE Standard 1003.1 (aka POSIX)". Note that this patch
*only* adds support for f?? for functions specifically entered in input
normal cells (not cython, not load/attached). That's another issue.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7514#comment:18>
Sage <http://www.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.