On Thursday, February 6, 2014 8:56:09 AM UTC-8, William wrote:
>
> When we do eventually switch to Python 3, I want to modify the preparse to 
> allow 
> use of print as statement still

That may be challenging. How should the following be parsed (and which are 
syntax errors)?

   print (1,2,3)
   print (1,2,3),"hi"
   print (1,2,3,sep=";")
   print (1,2,3,sep=";"),"hi"

-- 
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/groups/opt_out.

Reply via email to