#11775: Make pretty_print take multiple arguments
-----------------------------------------+----------------------------------
Reporter: ppurka | Owner: jason
Type: enhancement | Status: closed
Priority: major | Milestone: sage-5.1
Component: misc | Resolution: fixed
Keywords: pretty print sd40.5 | Work issues:
Report Upstream: N/A | Reviewers: Keshav Kini, William
Stein
Authors: Punarbasu Purkayastha | Merged in: sage-5.1.beta5
Dependencies: | Stopgaps:
-----------------------------------------+----------------------------------
Changes (by jdemeyer):
* status: positive_review => closed
* resolution: => fixed
* merged: => sage-5.1.beta5
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)
>
> -----
> Either
>
> Apply only [attachment:trac_11775-pretty_print_multiple_args.4.patch] to
> `SAGE_ROOT/devel/sage` for `jsmath`-based sage{nb}.
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''' only
[attachment:trac_11775-pretty_print_multiple_args.5.patch] to
`SAGE_ROOT/devel/sage`.
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11775#comment:40>
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.