David Bear wrote:
> I'm trying to use os.chmod and am refered to the stat module.
>
> Is there are explanation of:
>     * S_ISUID
...
>     * S_IXOTH

These come from the POSIX standard.  See
http://www.opengroup.org/onlinepubs/007908799/xsh/sysstat.h.html

HTH,
Marius Gedminas

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to