[docs] [issue31981] os.mkdirs does not exist on 2.7.5+

Mikey D report at bugs.python.org
Wed Nov 8 07:59:23 EST 2017


New submission from Mikey D <mdeguzis at gmail.com>:

https://docs.python.org/2/library/os.html

os.mkdirs('/tmp/folder')
    AttributeError: 'module' object has no attribute 'mkdirs''

os.makedirs('/tmp/folder')
os.path.isdir('/tmp/folder')
True

----------
assignee: docs at python
components: Documentation
messages: 305826
nosy: Mikey D, docs at python
priority: normal
severity: normal
status: open
title: os.mkdirs does not exist on 2.7.5+
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31981>
_______________________________________


More information about the docs mailing list