[issue40534] ShUtil doc deficiencies

2020-05-06 Thread T UA
Change by T UA : -- type: -> enhancement ___ Python tracker <https://bugs.python.org/issue40534> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue40534] ShUtil doc deficiencies

2020-05-06 Thread T UA
New submission from T UA : 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? -- messages