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

SourceForge.net noreply@sourceforge.net
Sun, 23 Feb 2003 13:46:08 -0800


Bugs item #691276, was opened at 2003-02-22 13: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: Closed
>Resolution: Fixed
Priority: 3
Submitted By: Jason Orendorff (jorend)
>Assigned to: Neal Norwitz (nnorwitz)
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.


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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-02-23 16:46

Message:
Logged In: YES 
user_id=33168

Checked in doc fixes as:
 * Lib/shutil.py 1.28
 * Doc/lib/libshutil.tex 1.13

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

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