Does anyone have arguments to keep stripping?
>
>
Just for reference, the usual argument is that one wants full compatibility 
with the command line (which we don't currently have, however).  E.g.

sage:        a = 4
sage: a+a
8

while with no stripping,

{{{
       a = 4
a+a
}}}
some kind of syntax error, I guess?

There are various tickets, see e.g. http://trac.sagemath.org/ticket/6729 
and http://trac.sagemath.org/ticket/8006 for more discussion and examples.

Also, I can't personally think of a reason to strip *trailing* whitespace 
in the notebook in any case!

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
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