A leading 0 means octal in Python, so 08 and 09 are indeed syntax errors. (That's why file permissions 0777 != file permissions 777.)
On Fri, Aug 2, 2013 at 9:48 AM, Harald Schilly <harald.schi...@gmail.com> wrote: > I don't know the exact cause, first I thought the preparser, but it seems > ok, but things like 09 and 08 are broken, while just 0n with 0<=n<=7 works. > > Examples: > * http://aleph.sagemath.org/?z=eJwrKMrMK1Ew1DawBAAT7AMT&lang=sage > * http://aleph.sagemath.org/?z=eJzzzCtJTU8t0jCw1AQAF-oDiQ==&lang=sage > > It's also broken on cloud.sagemath.org > > Is this already taken care of? I tried to search for this, but haven't found > anything. > > H > > -- > 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/groups/opt_out. > > -- 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/groups/opt_out.