New submission from Franck Pommereau:

Documentation of os.makedirs says "The default mode is 0777 (octal)" but when I 
use os.makedirs("foo"), the directory is created with permissions 0755.
Documentation should be updated or default mode fixed.

I've tested it only with Python 2.7.6 and 3.4.3 (those installed on my 
computer).

----------
assignee: docs@python
components: Documentation, Library (Lib)
messages: 302507
nosy: docs@python, fpom
priority: normal
severity: normal
status: open
title: Doc for os.makedirs is inconsistent with actual behaviour
type: behavior
versions: Python 2.7, Python 3.4

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

Reply via email to