This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients clutchski, docs@python, ezio.melotti, georg.brandl, loewis, terry.reedy
Date 2010-08-07.17:11:24
SpamBayes Score 0.0012575778
Marked as misclassified No
Message-id <1281201086.74.0.567180891746.issue7450@psf.upfronthosting.co.za>
In-reply-to
Content
(3.1.2)
15.1.5. Files and Directories
os.chmode entry: I recommend changing the first sentence
"Change the mode of path to the numeric mode."
to
"Change the mode of path to the integer mode (such as 0x755)."

For 2.7, delete the 'x'.

This should make it clear to Unix users that they can use the usual octal designations.
History
Date User Action Args
2010-08-07 17:11:27terry.reedysetrecipients: + terry.reedy, loewis, georg.brandl, ezio.melotti, clutchski, docs@python
2010-08-07 17:11:26terry.reedysetmessageid: <1281201086.74.0.567180891746.issue7450@psf.upfronthosting.co.za>
2010-08-07 17:11:24terry.reedylinkissue7450 messages
2010-08-07 17:11:24terry.reedycreate