Issue 1669331: document that shutil.copyfileobj does not seek() (original) (raw)

Issue1669331

Created on 2007-02-26 17:53 by bethard, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
libshutil.patch bethard,2007-02-26 17:53
Messages (2)
msg31364 - (view) Author: Steven Bethard (bethard) * (Python committer) Date: 2007-02-26 17:53
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.
msg31365 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-07 09:35
Committed as rev. 54202, 54203 (2.5).
History
Date User Action Args
2022-04-11 14:56:22 admin set github: 44621
2007-02-26 17:53:25 bethard create