#11775: Make pretty_print take multiple arguments
---------------------------+------------------------------------------------
   Reporter:  ppurka       |          Owner:  jason                
       Type:  enhancement  |         Status:  needs_review         
   Priority:  major        |      Milestone:  sage-4.7.2           
  Component:  misc         |       Keywords:  pretty_print         
Work_issues:               |       Upstream:  N/A                  
   Reviewer:  Keshav Kini  |         Author:  Punarbasu Purkayastha
     Merged:               |   Dependencies:                       
---------------------------+------------------------------------------------
Description changed by kini:

Old description:

> The pretty_print function currently takes only one argument. This somehow
> makes it difficult to print multiple things in one line, for instance the
> following is currently not possible:
> {{{
> A = identity_matrix(2); pretty_print("A = ", A)
> }}}
> with the output being "A = <the matrix A on the same line>"
>
> I am attaching a patch which allows pretty_print to take in multiple
> arguments. It is based on some code by _leif @ #sagemath (See
> http://sagenb.org/home/pub/3111/ ). Also kini @ #sagemath helped in
> passing the doctests.
>
> The modifications are to 1) the function pretty_print 2) the doctests in
> pretty_print 3) the doctest in pretty_print_default (whitespace issues)
>
> -----
>
> Apply `11775-pretty_print_multiple_args.patch` to `$SAGE_ROOT/devel/sage`

New description:

 The pretty_print function currently takes only one argument. This somehow
 makes it difficult to print multiple things in one line, for instance the
 following is currently not possible:
 {{{
 A = identity_matrix(2); pretty_print("A = ", A)
 }}}
 with the output being "A = <the matrix A on the same line>"

 I am attaching a patch which allows pretty_print to take in multiple
 arguments. It is based on some code by _leif @ #sagemath (See
 http://sagenb.org/home/pub/3111/ ). Also kini @ #sagemath helped in
 passing the doctests.

 The modifications are to 1) the function pretty_print 2) the doctests in
 pretty_print 3) the doctest in pretty_print_default (whitespace issues)

 -----

 Apply `trac_11775-pretty_print_multiple_args.patch` to
 `$SAGE_ROOT/devel/sage`

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11775#comment:5>
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