Message173

Author bckfnn
Recipients
Date 2000-11-18.19:39:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2008-02-20 17:16:44adminlinkissue222861 messages
2008-02-20 17:16:44admincreate