#6179: [with patch, needs review] html -- doctest failure in sage-4.0.1.alpha0
---------------------+------------------------------------------------------
Reporter: was | Owner: mhansen
Type: defect | Status: assigned
Priority: blocker | Milestone: sage-4.0.1
Component: doctest | Keywords:
---------------------+------------------------------------------------------
Changes (by mhansen):
* owner: tbd => mhansen
* status: new => assigned
Comment:
This issue is that
{{{
sage: isinstance(True, int)
True
sage: isinstance(True, bool)
True
sage: isinstance(1, bool)
False
}}}
so the output depended on the order in which items of the latex_table dict
were iterated. This is fixed by changing latex_table to a list so that
bool comes first.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6179#comment:3>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---