In <[EMAIL PROTECTED]>, Lad wrote: > What is a good way to read binary data from HUGE file and write it > to another file?
What about `shutil.copy()`? Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list
In <[EMAIL PROTECTED]>, Lad wrote: > What is a good way to read binary data from HUGE file and write it > to another file?
What about `shutil.copy()`? Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list