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 higery
Recipients alexis, ceder, eric.araujo, fdrake, higery, mhammond, tarek, tim.golden, vinay.sajip
Date 2011-07-23.12:17:02
SpamBayes Score 0.0047006207
Marked as misclassified No
Message-id <1311423423.41.0.267826351204.issue12394@psf.upfronthosting.co.za>
In-reply-to
Content
>>An octal literal in 3.x is 0o755.  Decimal 755 means 0o1363, which is not good :)

Thank you for your reminding. The reason I made this mistake is that I'm not familiar with the right way to set permission code in Python3+ .
History
Date User Action Args
2011-07-23 12:17:03higerysetrecipients: + higery, mhammond, fdrake, vinay.sajip, ceder, tim.golden, tarek, eric.araujo, alexis
2011-07-23 12:17:03higerysetmessageid: <1311423423.41.0.267826351204.issue12394@psf.upfronthosting.co.za>
2011-07-23 12:17:02higerylinkissue12394 messages
2011-07-23 12:17:02higerycreate