Sync with GitHub bdae36d5e2295cc4a2d3b99faaa1538889cbed86

This commit is contained in:
Andrey Vlasovskikh
2015-12-14 16:07:58 +03:00
parent 53dc593206
commit 6906e42436
+2 -1
View File
@@ -291,10 +291,11 @@ class Path(pathlib.PurePath):
"""
pass
def mkdir(self, mode=0o777, parents=False):
def mkdir(self, mode=0o777, parents=False, exist_ok=False):
"""
:type mode: int
:type parents: bool
:type exist_ok: bool
:rtype: None
"""
pass