[Python-bugs-list] [ python-Bugs-691276 ] shutil.copytree documentation bug

SourceForge.net noreply@sourceforge.net
Sat, 22 Feb 2003 10:41:15 -0800


Bugs item #691276, was opened at 2003-02-22 18:41
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=691276&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jason Orendorff (jorend)
Assigned to: Nobody/Anonymous (nobody)
Summary: shutil.copytree documentation bug

Initial Comment:
The docstring for shutil.copytree (and corresponding
Python module docs) says:

    Error are reported to standard output.

which is no longer the case.  The function now throws
shutil.Error if an error occurs.

Also, the documentation uses the source code of
shutil.copytree as an example.  That example is now out
of date.  That is, the copytree function has changed,
but the example hasn't.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=691276&group_id=5470