#12781: code inspection appends doc dirs to sys.path
----------------------+-----------------------------------------------------
Reporter: burcin | Owner: jason
Type: defect | Status: new
Priority: minor | Milestone: sage-5.0
Component: misc | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
----------------------+-----------------------------------------------------
{{{
~/sage/sage-5.0.beta5 $ ./sage
----------------------------------------------------------------------
| Sage Version 5.0.beta5, Release Date: 2012-02-22 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
**********************************************************************
* *
* Warning: this is a prerelease version, and it may be unstable. *
* *
**********************************************************************
sage: len(sys.path)
28
sage: x??
sage: len(sys.path)
33
sage: x??
sage: len(sys.path)
37
sage: x??
sage: len(sys.path)
41
sage: x??
sage: len(sys.path)
45
sage: sys.path[41:]
['/home/burcin/sage/sage-5.0.beta5/devel/sage/doc',
'/home/burcin/sage/sage-5.0.beta5/devel/sage/doc',
'/home/burcin/sage/sage-5.0.beta5/devel/sage/doc',
'/home/burcin/sage/sage-5.0.beta5/devel/sage/doc']
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12781>
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.