pickling and unpickling on the same file?

Nathan Froyd nathan.froyd at rose-hulman.edu
Sat Apr 24 23:48:49 EDT 1999


Is there any way to implement the above beast? Something like:

p = Pickler(file)
u = Unpickler(file)

file.seek(random_pos)
x = u.load()

z = [7, 8, 9]
p.dump(z)

would be perfect
-- 
Nathan | nathan.froyd at rose-hulman.edu | http://www.rose-hulman.edu/~froydnj/
God went through hell so we don't have to.      ICQ:18861764 | AOL:myrlyn007
Avoid the gates of hell. Use Linux.           Python:"x='x=%s;x%%`x`';x%`x`"
Evolution is a million line computer program falling into place by accident.




More information about the Python-list mailing list