stack-like file object
Rodrigo Benenson
rodrigob at elo.utfsm.cl
Mon Jan 19 09:41:58 EST 2004
More information about the Python-list mailing list
Mon Jan 19 09:41:58 EST 2004
- Previous message (by thread): stack-like file object
- Next message (by thread): stack-like file object
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I need to implement a stack on a file. The idea is to have a big list, and put part of his head on the disk. The model of access to the file is like a stack (read in order only the tail, write only at the tail). How could I create this, knowing that I need to pickle arbritary objects ? (to my eyes the problem is: how to pickle various objects in file and access them as separate) RodrigoB.
- Previous message (by thread): stack-like file object
- Next message (by thread): stack-like file object
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list