RE: Speed of shutil.copy vs os.system("copy src dest") in win32

2006-04-27 Thread Tim Golden
[Russell Warren] | I just did a comparison of the copying speed of shutil.copy | against the | speed of a direct windows copy using os.system. I copied a file that | was 1083 KB. | | I'm very interested to see that the shutil.copy copyfileobj | implementation of hacking through the file and wri

Re: Speed of shutil.copy vs os.system("copy src dest") in win32

2006-04-27 Thread Tim Roberts
"Russell Warren" <[EMAIL PROTECTED]> wrote: >I just did a comparison of the copying speed of shutil.copy against the >speed of a direct windows copy using os.system. I copied a file that >was 1083 KB. > >I'm very interested to see that the shutil.copy copyfileobj >implementation of hacking throug