#9958: Upgrade python to 2.7.x
---------------------------+------------------------------------------------
Reporter: mhampton | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.0
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: François Bissey
Merged: | Dependencies: #5852, #11986, #12085, #12096
---------------------------+------------------------------------------------
Comment(by fbissey):
I need a kind soul with 32 bit linux system to explore the suffix tree
issue, the doctest is as follow:
{{{
sage: from sage.combinat.words.suffix_trees import
ImplicitSuffixTree, SuffixTrie
sage: W = Words("ab")
sage: t = ImplicitSuffixTree(W("aba"))
sage: t.trie_type_dict() == dict([[(0, W("a")), 4], [(0,
W("b")), 3], [(3, W("a")), 2], [(4, W("b")), 5], [(5, W("a")), 1]])
True
}}}
It would be helpful to get the values of "W", "t" and "t.trie_type_dict()"
on python-2.6 and 2.7. Then we can make a decision on whether the answer
we get with python-2.7 is equivalent to the current output or not.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9958#comment:176>
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.