New submission from Karl Richter:

`help(os.chmod)` doesn't explain that it expects an octal number for its `mode` 
argument. This is very confusing for beginners and people who are not involved 
with filesystems and permissions every day. It doesn't need to be explained, 
just mentioned, maybe with a link to an extended explanation.

Example for confusion: 
http://stackoverflow.com/questions/15607903/python-module-os-chmodfile-664-does-not-change-the-permission-to-rw-rw-r-bu

----------
assignee: docs@python
components: Documentation
messages: 252817
nosy: docs@python, krichter
priority: normal
severity: normal
status: open
title: Mention octal format of mode argument of os.chmod
type: enhancement
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25377>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to