R. David Murray <[email protected]> added the comment: And yes, a number with leading zeros is an invalid token in Python3, because in Python2 it was an octal number, and now we spell octal as, eg, 0o0001.
---------- nosy: +r.david.murray _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue15069> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
