> Nice catch! Alternatively:
>
> * use a .py extension (that way there will not be any preparsing)
> * write sys.exit(int(42r))
>
You mean
sys.exit(42r)
(42r is the raw Python integer 42, so you don't need to apply int to it).
: )
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.