]> granicus.if.org Git - python/commit
bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 24 Mar 2017 11:27:42 +0000 (13:27 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2017 11:27:42 +0000 (13:27 +0200)
commite304e33c16e060932d1e2cc8a030d42b02b429b5
treed6c763564bfa27d2e4069a980296e90c8f71f31f
parent5619ab2db3a6c62ffaa55e8826cf67b7459fc484
bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)

permission bits of newly-created intermediate-level directories.
Doc/library/os.rst
Doc/whatsnew/3.7.rst
Lib/os.py
Lib/test/test_os.py
Misc/NEWS