Saving / Restoring data in a program
Batista, Facundo
FBatista at uniFON.com.ar
Thu Nov 20 13:15:56 EST 2003
Bob van der Poel wrote:
#- this is turning into a bit of a mess. It's error prone since
#- I have to
#- make sure that I restore everything I save and I have to make sure I
#- usethe same spellings. And, I have to be aware of the data
#- types so I
#- can decide if [:] or copy() or even copy.deepcopy() is needed.
Why don't append them all to a list?
In first place, why you need to "store" them?
Can't understand what are you trying to do, :(
. Facundo
More information about the Python-list
mailing list