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

Mikey D report at bugs.python.org
Wed Nov 8 08:03:43 EST 2017


Mikey D <mdeguzis at gmail.com> added the comment:

Forgot to add, python 2.7.5
python-2.7.5-48.el7.x86_64 (RHEL 7.3)

On Wed, Nov 8, 2017 at 7:59 AM, Mikey D <report at bugs.python.org> wrote:
>
> 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>
> _______________________________________

----------

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


More information about the docs mailing list