#13527: modify repr of SubsetAlgebra (example of with realizations) to conform 
to
standards set out in #13404
--------------------------+-------------------------------------------------
   Reporter:  saliola     |             Owner:  nthiery          
       Type:  task        |            Status:  new              
   Priority:  major       |         Milestone:  sage-5.4         
  Component:  categories  |          Keywords:  with realizations
Work issues:              |   Report Upstream:  N/A              
  Reviewers:              |           Authors:                   
  Merged in:              |      Dependencies:                   
   Stopgaps:              |  
--------------------------+-------------------------------------------------
 According to the standards set out in #13404, we want:
 {{{
 A = Sets().WithRealizations().example()
 sage: F   = A.F()  ; F
 The subset algebra of {1, 2, 3} over Rational Field in the Fundamental
 basis
 }}}
 instead of:
 {{{
 sage: F   = A.F()  ; F
 The subset algebra of {1, 2, 3} over Rational Field on the Fundamental
 basis
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13527>
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