[Python-checkins] [python/cpython] e304e3: bpo-19930: The mode argument of os.makedirs() no l...

GitHub noreply at github.com
Fri Mar 24 07:27:43 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: e304e33c16e060932d1e2cc8a030d42b02b429b5
      https://github.com/python/cpython/commit/e304e33c16e060932d1e2cc8a030d42b02b429b5
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
    M Doc/library/os.rst
    M Doc/whatsnew/3.7.rst
    M Lib/os.py
    M Lib/test/test_os.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)

permission bits of newly-created intermediate-level directories.




More information about the Python-checkins mailing list