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 geoffreyspear
Recipients geoffreyspear, luisgf
Date 2015-01-13.12:22:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421151738.58.0.68214836769.issue23230@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a bug, it's a deliberate change.

Python 2.x doesn't "work correctly"; what you have there is an octal literal, not a 0-padded base-10 integer. Try 008 or 011 and be surprised that python 2 is "broken" and you'll see why this syntax was removed.
History
Date User Action Args
2015-01-13 12:22:18geoffreyspearsetrecipients: + geoffreyspear, luisgf
2015-01-13 12:22:18geoffreyspearsetmessageid: <1421151738.58.0.68214836769.issue23230@psf.upfronthosting.co.za>
2015-01-13 12:22:18geoffreyspearlinkissue23230 messages
2015-01-13 12:22:18geoffreyspearcreate