On Wed, Aug 27, 2014 at 10:45:52AM -0700, Volker Braun wrote:
> sage: %preparse [on|off]
>
> Doesn't exist but would be easy enough to implement...

On Wed, Aug 27, 2014 at 12:12:55PM -0700, Travis Scrimshaw wrote:
> I thought there was already something which you can do to turn the 
> preparsing off...

Definitely:

sage: preparser(False)
sage: 3^3
0

So, since we have a preparser, it should be easy to get rid of the
leading '%', replace  brackets by parenthesis, and replace 'off' by
'False'. The problem with this method would be to turn the preparser
back to 'on' ;)

Ciao,
Thierry

-- 
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