Re: stripping the first byte from a binary file

2007-07-11 Thread rvr
On Jul 11, 1:28 pm, Steven D'Aprano <[EMAIL PROTECTED]> wrote: > On Wed, 11 Jul 2007 01:06:04 +, rvr wrote: > > Is there a way to edit the file in place? The best I seem to be able to > > do is to use your second solution to read the file into the string, then > &

Re: stripping the first byte from a binary file

2007-07-10 Thread rvr
On Jul 10, 6:37 pm, Jeremy Sanders wrote: > rvr wrote: > > Would someone mind showing me how to strip the first byte from a > > binary file? For some reason I can't figure this out from the binary > > file editing examples I've read. Thanks. > > Do you m

stripping the first byte from a binary file

2007-07-10 Thread rvr
Would someone mind showing me how to strip the first byte from a binary file? For some reason I can't figure this out from the binary file editing examples I've read. Thanks. ~rvr -- http://mail.python.org/mailman/listinfo/python-list