[ python-Bugs-1363712 ] A possible thinko in the description of os/chmod

SourceForge.net noreply at sourceforge.net
Tue Nov 22 13:32:17 CET 2005


Bugs item #1363712, was opened at 2005-11-22 04:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1363712&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Evgeny Roubinchtein (zhenya1007)
Assigned to: Nobody/Anonymous (nobody)
Summary: A possible thinko in the description of os/chmod

Initial Comment:
As of November 21, 2005, the description of os.chmod()
function at the following URL:
http://docs.python.org/lib/os-file-dir.html read: 

"chmod(  	path, mode)
    Change the mode of path to the numeric mode. mode
may take *one of the following values* (as defined in
the stat module):"[asterisks mine]

Shouldn't "one of the following values" be "a bitwise
OR of one or more of the following values", or similar
verbage? 


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1363712&group_id=5470


More information about the Python-bugs-list mailing list