Issue222861

classification
Title: shutil.copyfile does not work
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:39:34 by bckfnn, last changed 2000-11-18.23:08:55 by bckfnn.

Messages
msg173 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:39:34
I have noted a problem with shutil's copyfile() method.  When it is used to
copy a JAR file, the resultant JAR file is corrupt.  The size of the source
and target files are identical, but the data is bad.  The problem does not
seem to be evident in text files of similar size (as small as 2K).  This is
odd as shutil.py is (correctly) opening the files with the 'b' option.
msg174 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.23:08:55
Fixed
History
Date User Action Args
2000-11-18 19:39:34bckfnncreate