bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) by serhiy-storchaka · Pull Request #805 · python/cpython

@serhiy-storchaka

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

brettcannon

@serhiy-storchaka

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Mar 24, 2017
…python#805)

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

(cherry picked from commit af7b9ec)

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Mar 24, 2017
…python#805)

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

(cherry picked from commit af7b9ec)

serhiy-storchaka added a commit that referenced this pull request

Mar 24, 2017
…#805) (#807)

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

(cherry picked from commit af7b9ec)