Clearly we are first escaping <> and then line breaking and adding 
backslashes, what could possibly go wrong:

    for i in range(65, 75): print '.' * i + '>'

yields:

.................................................................>
..................................................................>
...................................................................>
....................................................................>
.....................................................................>\
;
......................................................................&g\
t;
.......................................................................&\
gt;
........................................................................\
>
........................................................................\
.>
........................................................................\
..>



On Wednesday, October 8, 2014 11:49:22 AM UTC+1, Jori Mantysalo wrote:
>
> P = Poset({1:[]},facade=False) 
> type(P(1)) 
>
> This prints <class 
> 'sage.combinat.posets.elements.FinitePoset_with_category.element_class'> 
> from command line, but on notebook I got 
>
> <class 
> 'sage.combinat.posets.elements.FinitePoset_with_category.element_class'&\ 
> gt; 
>
> What part of Sage bugs here? 
>
> -- 
> Jori Mäntysalo 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" 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-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to