Ameya Lokare added the comment:
shutil.Error is raised in copytree, copyfile and move, with a different format
in each case. I was thinking the Error argument format could be documented in
the descriptions of these functions (possibly with some examples). What do you
think
Ameya Lokare added the comment:
I've attached a proposed doc patch. I figured I'd move the Error argument
format in the description of shutil.copytree, since the format is different for
other functions (shutil.move, for example).
--
keywords: +patch
nosy: +lokare.ameya