In article <[email protected]>, Unknown <[email protected]> wrote: > On 2009-01-08, Alex van der Spek <[email protected]> wrote: > > Thanks much, that makes sense! > Well, that's the correct explanation. > Whether that feature makes sense or not is debatable.
The debate is over! In Py 3.0, octal literals changed from 07 to 0o7; the old format gets an 'invalid token' parsing error. -- Ned Deily, [email protected] -- http://mail.python.org/mailman/listinfo/python-list
