[issue21539] pathlib's Path.mkdir() should allow for "mkdir -p" functionality

Antoine Pitrou report at bugs.python.org
Tue May 20 13:46:05 CEST 2014


Antoine Pitrou added the comment:

I think we can a new `exist_ok` parameter indeed. It should probably be False by default, though.

----------
versions: +Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21539>
_______________________________________


More information about the Python-bugs-list mailing list