Bugs item #1669331, was opened at 2007-02-26 17:53
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1669331&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: Accepted
Priority: 5
Private: No
Submitted By: Steven Bethard (bediviere)
Assigned to: Nobody/Anonymous (nobody)
Summary: document that shutil.copyfileobj does not seek()

Initial Comment:
This should close bug 1656578 which asks for documentation that 
shutil.copyfileobj() copies only from the current file position to the end of 
the file. While this is standard behavior for pretty much any function that 
accepts a file-like object, the phrase "the contents of the file-like object" 
could be confusing. The patch adds a little clarification text.

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

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

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

Committed as rev. 54202, 54203 (2.5).

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1669331&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to