#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 strogdon):

 Here (x86) with sage-4.8.alpha3 + #9958 + #11986 the suffix_trees test
 passes:

 {{{
 ./sage -t  -long -force_lib devel/sage/sage/combinat/words/suffix_trees.py
 sage -t -long -force_lib "devel/sage/sage/combinat/words/suffix_trees.py"
          [5.1 s]

 ----------------------------------------------------------------------
 All tests passed!
 }}}

 The requested values are:

 {{{
 sage: W
 Words over Ordered Alphabet ['a', 'b']
 sage: t
 Implicit Suffix Tree of the word: aba
 sage: t.trie_type_dict()
 {(4, word: b): 5, (0, word: a): 4, (0, word: b): 3, (5, word: a): 1, (3,
 word: a): 2}
 }}}

 FWIW, on amd64 the test fails with the same sage-4.8.alpha3 + #9958 +
 #11986

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9958#comment:177>
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.

Reply via email to