#8156: [with code] new function readdata
------------------------------------------+---------------------------------
Reporter: zimmerma | Owner: was
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-4.4
Component: interfaces | Keywords:
Author: Paul Zimmermann | Upstream: N/A
Reviewer: Tim Dumol, John H Palmieri | Merged:
Work_issues: |
------------------------------------------+---------------------------------
Comment(by zimmerma):
> First try changing """ to r""" at the beginning of the docstring. That
might fix it.
not quite. It solves the line break problem, but "17\n42\n" appears as
"17n42n" in the ascii
documentation. Anyway this is a different issue, since it also happens
with (for example):
{{{
sage: from sage.combinat.matrices.latin import *
sage: B = back_circulant(4)
sage: B.find_disjoint_mates?
}}}
where {{{print B0, "\n,\n", B1}}} appears as {{{print B0, "n,n", B1}}}.
To reviewers and release manager: only apply the last patch
{{{trac_8156b.patch}}}.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8156#comment:16>
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.