This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pgimelli
Recipients pgimelli
Date 2008-10-03.16:43:42
SpamBayes Score 0.36457747
Marked as misclassified No
Message-id <1223052224.4.0.0197033611138.issue4031@psf.upfronthosting.co.za>
In-reply-to
Content
a = 08
 print a
 File"<stdin>",line 1
 a = 08
      <
 syntax error:invalid token

(if I use 07, the 0 is supressed but it compiles & display the 7)
History
Date User Action Args
2008-10-03 16:43:44pgimellisetrecipients: + pgimelli
2008-10-03 16:43:44pgimellisetmessageid: <1223052224.4.0.0197033611138.issue4031@psf.upfronthosting.co.za>
2008-10-03 16:43:43pgimellilinkissue4031 messages
2008-10-03 16:43:42pgimellicreate