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

GitHub noreply at github.com
Fri Mar 24 15:46:26 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 8c8785b2f8e4048cef350f89c686266f4519b67c
      https://github.com/python/cpython/commit/8c8785b2f8e4048cef350f89c686266f4519b67c
  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)… (#806)

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

(cherry picked from commit af7b9ec5c855366feef4c67dc492d64b3baf84ca)




More information about the Python-checkins mailing list