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 nnorwitz
Recipients
Date 2007-08-07.05:45:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Note:  you are *not* using octal in python, but the chmod program is using octal:

Try prefixing 400/600 with a zero, ie:  0400 or 0600.
History
Date User Action Args
2007-08-23 14:59:02adminlinkissue1767242 messages
2007-08-23 14:59:02admincreate