[issue7969] shutil.copytree error handling non-standard and partially broken

2011-06-12 Thread Ameya Lokare
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

[issue7969] shutil.copytree error handling non-standard and partially broken

2011-05-19 Thread Ameya Lokare
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