This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients docs@python, iritkatriel, tilman.vogel
Date 2021-06-09.18:22:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623262973.13.0.844901401247.issue44347@roundup.psfhosted.org>
In-reply-to
Content
From the code, this arg is simply passed to os.mkdirs() here:
https://github.com/python/cpython/blob/e6e34e45222b9c7a63ba92386612acf768082ba0/Lib/shutil.py#L450

os.mkdir is documented here: https://docs.python.org/3/library/os.html#os.makedirs

and says just "If exist_ok is False (the default), an FileExistsError is raised if the target directory already exists."

So I agree that the sentence you highlighted can be improved.

Would you like to submit a patch?
History
Date User Action Args
2021-06-09 18:22:53iritkatrielsetrecipients: + iritkatriel, docs@python, tilman.vogel
2021-06-09 18:22:53iritkatrielsetmessageid: <1623262973.13.0.844901401247.issue44347@roundup.psfhosted.org>
2021-06-09 18:22:53iritkatriellinkissue44347 messages
2021-06-09 18:22:52iritkatrielcreate