Message 55273 - Python tracker (original) (raw)

Message55273

Author georg.brandl
Recipients Rayfward, georg.brandl
Date 2007-08-24.20:03:50
SpamBayes Score 0.14768039
Marked as misclassified No
Message-id 46CF39AD.9040607@gmx.net
In-reply-to 1187985564.86.0.804664675786.issue1013@psf.upfronthosting.co.za
Content
This is not a bug. Integers beginning with "0" are octal literals in Python 2.x, and "9" is not a valid octal digit. Closing as Invalid.
History
Date User Action Args
2007-08-24 20:03:50 georg.brandl set spambayes_score: 0.14768 -> 0.14768039recipients: + georg.brandl, Rayfward
2007-08-24 20:03:50 georg.brandl link issue1013 messages
2007-08-24 20:03:50 georg.brandl create