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.
Showing
Please register or sign in to comment
when the OS gives priority to errors such as EACCES over EEXIST.