Issue 1656578: shutil.copyfileobj description is incomplete (original) (raw)

Issue1656578

Created on 2007-02-10 05:37 by herrwitten, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg31240 - (view) Author: Witten (herrwitten) Date: 2007-02-10 05:37
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.
msg31241 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-07 09:35
Patch #1669331 fixed this.
History
Date User Action Args
2022-04-11 14:56:22 admin set github: 44567
2007-02-10 05:37:46 herrwitten create