[issue15254] 08 is invalid token in lists.

Tim Golden report at bugs.python.org
Thu Jul 5 16:29:16 CEST 2012


Tim Golden <mail at timgolden.me.uk> added the comment:

A "0" prefix to a number is taken by Python 2.x to introduce a series of octal (base 8) digits. You can't have 8 in base 8 so the number (and anything higher) is rejected.

----------
nosy: +tim.golden
resolution:  -> rejected
stage:  -> committed/rejected

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15254>
_______________________________________


More information about the Python-bugs-list mailing list