Pickle Problem

Lie Ryan lie.1296 at gmail.com
Wed Mar 4 09:50:26 EST 2009


Fab86 wrote:
> 
> Is there another way rather than closing the file? Is it possible to
> delete all within the file?
> 
> Thanks

Delete the old file then opening (and creating) it again is the easiest 
way? If you need the data from the old file, you can rename the old file 
and reopen (and create) a new file in place of it.



More information about the Python-list mailing list