[issue31981] os.mkdirs does not exist on 2.7.5+
New submission from Mikey D <mdeguzis@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 <report@bugs.python.org> <https://bugs.python.org/issue31981> _______________________________________
Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment: Yes, os.mkdirs does not exist. What is your issue Mikey? ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31981> _______________________________________
Mikey D <mdeguzis@gmail.com> added the comment: Bah, I need more coffee... sorry! I though I saw "mkdirs" on that page. Please close. On Wed, Nov 8, 2017 at 8:03 AM, Serhiy Storchaka <report@bugs.python.org> wrote:
Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment:
Yes, os.mkdirs does not exist. What is your issue Mikey?
---------- nosy: +serhiy.storchaka
_______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31981> _______________________________________
---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31981> _______________________________________
Mikey D <mdeguzis@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@bugs.python.org> wrote:
New submission from Mikey D <mdeguzis@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 <report@bugs.python.org> <https://bugs.python.org/issue31981> _______________________________________
---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31981> _______________________________________
Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment: No problem. ;) ---------- resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31981> _______________________________________
participants (2)
-
Mikey D
-
Serhiy Storchaka