#16746: Use the Sage displayhook in doctests
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  defect             |       Status:  new
       Priority:  major              |    Milestone:  sage-6.4
      Component:  doctest framework  |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Volker Braun       |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vbraun/sort_dicts_in_doctests    |  338c5c30ebfbd9a535cd291fc679625f4ab86164
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vbraun):

 I noticed that the fix for printing types "our way" (#14466) was
 incomplete, inside lists it still uses IPython style:
 {{{
 sage: type(1)
 <type 'sage.rings.integer.Integer'>
 sage: [type(1)]
 [sage.rings.integer.Integer]
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16746#comment:8>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to