Bugs item #1363712, was opened at 2005-11-22 04:32 Message generated for change (Settings changed) made by zhenya1007 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 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com