Skip to content

os.makedirs('dir1/dir2', 0) always fails #64129

@serhiy-storchaka

Description

@serhiy-storchaka
BPO 19930
Nosy @loewis, @gpshead, @pitrou, @vadmium, @serhiy-storchaka, @vajrasky
PRs
  • bpo-19930: The mode argument of os.makedirs() no longer affects the file #799
  • Files
  • os_makedirs_mode.patch
  • os_makedirs_mode_2.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2017-03-24.11:28:49.908>
    created_at = <Date 2013-12-08.11:09:05.817>
    labels = ['3.7', 'type-bug', 'library']
    title = "os.makedirs('dir1/dir2', 0) always fails"
    updated_at = <Date 2020-11-16.09:55:44.064>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2020-11-16.09:55:44.064>
    actor = 'gregory.p.smith'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-03-24.11:28:49.908>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2013-12-08.11:09:05.817>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['33043', '33047']
    hgrepos = []
    issue_num = 19930
    keywords = ['patch']
    message_count = 7.0
    messages = ['205543', '205570', '205581', '268093', '268101', '290082', '381083']
    nosy_count = 6.0
    nosy_names = ['loewis', 'gregory.p.smith', 'pitrou', 'martin.panter', 'serhiy.storchaka', 'vajrasky']
    pr_nums = ['799']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue19930'
    versions = ['Python 3.7']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions