This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: document that shutil.copyfileobj does not seek()
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: bethard, georg.brandl
Priority: normal Keywords:

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:22adminsetgithub: 44621
2007-02-26 17:53:25bethardcreate