Message16441
The page <http://www.python.
org/doc/current/lib/os-file-dir.html> says the following
about the function os.chmod:
chmod(path, mode)
Change the mode of path to the numeric mode.
Availability: Unix, Windows.
The "mode" values are unclear. It turns out that the
UNIX file permission set (e.g., 0666 for read/writeable)
works with the Windows set (where 0666 translates to
33206).
Is it possible to describe the file permissions in more
detail in the documentation at this point?
Attached is an email thread discussing this
documentation issue. |
|
Date |
User |
Action |
Args |
2007-08-23 14:13:58 | admin | link | issue755617 messages |
2007-08-23 14:13:58 | admin | create | |
|