[Python-checkins] [python/cpython] af7b9e: bpo-25803: Avoid incorrect errors raised by Path.m...

GitHub noreply at github.com
Fri Mar 24 14:51:54 EDT 2017


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

  Changed paths:
    M Lib/pathlib.py
    M Lib/test/test_pathlib.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805)

when the OS gives priority to errors such as EACCES over EEXIST.




More information about the Python-checkins mailing list