[Python-bugs-list] [ python-Bugs-755618 ] os module: Need a better description of "mode"
SourceForge.net
noreply@sourceforge.net
Mon, 16 Jun 2003 18:05:37 -0700
Bugs item #755618, was opened at 2003-06-16 20:21
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=755618&group_id=5470
Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Matthew Shomphe (mshomphe)
Assigned to: Nobody/Anonymous (nobody)
Summary: os module: Need a better description of "mode"
Initial Comment:
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.
----------------------------------------------------------------------
>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-06-16 21:05
Message:
Logged In: YES
user_id=33168
Closing. Duplicate of 755617.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=755618&group_id=5470