How to read and write huge binary files

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Thu Jan 18 11:47:25 EST 2007


In <1169136850.518228.103360 at l53g2000cwa.googlegroups.com>, 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



More information about the Python-list mailing list