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.

classification
Title: ShUtil doc deficiencies
Type: enhancement Stage:
Components: Documentation Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: T UA, docs@python, iritkatriel
Priority: normal Keywords:

Created on 2020-05-06 15:43 by T UA, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg368270 - (view) Author: T UA (T UA) Date: 2020-05-06 15:43
https://docs.python.org/3/library/shutil.html

The operational outcome for the various copy functions is not described for the cases in which the target file already exists. Do they overwrite, do they raise exceptions and if so, which ones?
msg377187 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2020-09-19 19:27
for copy and copy2 it doesn't say anything about what happens if dst exists. 

for copy file, copy tree and move it does.
History
Date User Action Args
2022-04-11 14:59:30adminsetgithub: 84714
2020-09-19 19:27:37iritkatrielsetnosy: + iritkatriel, docs@python
messages: + msg377187

assignee: docs@python
components: + Documentation
2020-05-06 15:44:05T UAsettype: enhancement
2020-05-06 15:43:49T UAcreate