Mikey D <mdegu...@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 <rep...@bugs.python.org> wrote:
>
> New submission from Mikey D <mdegu...@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@python
> components: Documentation
> messages: 305826
> nosy: Mikey D, docs@python
> priority: normal
> severity: normal
> status: open
> title: os.mkdirs does not exist on 2.7.5+
> versions: Python 2.7
>
> _______________________________________
> Python tracker <rep...@bugs.python.org>
> <https://bugs.python.org/issue31981>
> _______________________________________

----------

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

Reply via email to