#15225: Poset.show gives error 'str' object has no attribute 'iteritems'
--------------------------+-----------------------------
   Reporter:  jmantysalo  |            Owner:
       Type:  defect      |           Status:  new
   Priority:  minor       |        Milestone:  sage-5.12
  Component:  graphics    |         Keywords:  poset
  Merged in:              |          Authors:
  Reviewers:              |  Report Upstream:  N/A
Work issues:              |           Branch:
     Commit:              |     Dependencies:
   Stopgaps:              |
--------------------------+-----------------------------
 {{{
 var('a,b,c,d,e,f,g,h')

 THISFAILS=Poset( (
 [h, g*h, f*h, e*h, d*e*h, c*e*h, b*e*h, a*b*c*d*e*f*g*h],
 [[h, g*h], [h, f*h], [h, e*h], [g*h, a*b*c*d*e*f*g*h],
 [f*h, a*b*c*d*e*f*g*h], [e*h, d*e*h], [e*h, c*e*h], [e*h, b*e*h],
 [d*e*h, a*b*c*d*e*f*g*h], [c*e*h, a*b*c*d*e*f*g*h], [b*e*h,
 a*b*c*d*e*f*g*h]]),
 cover_relations = True, facade = False)

 THISFAILS.show()
 }}}

 gives

 AttributeError: 'str' object has no attribute 'iteritems'

--
Ticket URL: <http://trac.sagemath.org/ticket/15225>
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/groups/opt_out.

Reply via email to