[issue4031] 08 value popups an stdin error, no date handle allowed

2008-10-03 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue4031] 08 value popups an stdin error, no date handle allowed

2008-10-03 Thread Tim Gordon
Tim Gordon <[EMAIL PROTECTED]> added the comment: Whoops, I thought the tracker automatically removed quoted text! :z ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4031] 08 value popups an stdin error, no date handle allowed

2008-10-03 Thread Tim Gordon
Tim Gordon <[EMAIL PROTECTED]> added the comment: By prefixing a number with 0, you're actually using octal rather than decimal (i.e., only digits 0 to 7 are valid). For example, try: >>> print 030 24 >>> print 077 63 patricio wrote: > New submission from patricio <[EMAIL PROTECTED]>: > > a

[issue4031] 08 value popups an stdin error, no date handle allowed

2008-10-03 Thread patricio
New submission from patricio <[EMAIL PROTECTED]>: a = 08 print a File"",line 1 a = 08 < syntax error:invalid token (if I use 07, the 0 is supressed but it compiles & display the 7) -- messages: 74258 nosy: pgimelli severity: normal status: open title: 08 value popups an stdin