[issue30177] pathlib.resolve(strict=False) only includes first child

Antoine Pietri report at bugs.python.org
Wed May 31 13:33:39 EDT 2017


Antoine Pietri added the comment:

By the way, I'm pasting what I said on the PR here: 

For what it's worth, this bug was the cause of an important downtime in our organization, because someone needed to normalize a path that was later passed to a .mkdir(parents=True), and it was, in some cases, silently doing the mkdir of a wrong path instead of creating all the parents.

----------

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


More information about the Python-bugs-list mailing list