[ python-Bugs-1656578 ] shutil.copyfileobj description is incomplete

SourceForge.net noreply at sourceforge.net
Wed Mar 7 10:35:41 CET 2007


Bugs item #1656578, was opened at 2007-02-10 05:37
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1656578&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.5
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Witten (herrwitten)
Assigned to: Nobody/Anonymous (nobody)
Summary: shutil.copyfileobj description is incomplete

Initial Comment:
shutil.copyfileobj reads the source's data starting from the source's current file position. Thus, a user must issue seek(0) in order to have all of the source file object's contents read.

This needs to be documented.

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

>Comment By: Georg Brandl (gbrandl)
Date: 2007-03-07 09:35

Message:
Logged In: YES 
user_id=849994
Originator: NO

Patch #1669331 fixed this.

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

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


More information about the Python-bugs-list mailing list