#10351: Fix the way sage/misc/sagedoc.py reads doc/common/builder.py
------------------------------+---------------------------------------------
Reporter: jdemeyer | Owner: mvngu
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.6.1
Component: documentation | Keywords:
Author: Jeroen Demeyer | Upstream: N/A
Reviewer: Mike Hansen | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Changes (by mhansen):
* status: needs_review => needs_work
* reviewer: => Mike Hansen
Comment:
The method of saving the old path in this patch doesn't work since
{{{oldpath = sys.path}}} has them both "pointing" to the same object.
Then, when you change {{{sys.path}}}, you also change {{{oldpath}}}. You
could change it to something like {{{oldpath = sys.path[:]}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10351#comment:2>
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.