Bugs item #1363712, was opened at 2005-11-22 13:32 Message generated for change (Comment added) made by birkenfeld 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: Closed >Resolution: Fixed 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? ---------------------------------------------------------------------- >Comment By: Reinhold Birkenfeld (birkenfeld) Date: 2005-11-22 20:16 Message: Logged In: YES user_id=1188172 Corrected in revision 41509 and 41510 (2.4). ---------------------------------------------------------------------- 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