> I would settle for a function
> that prints a readable description of the object (a la Smalltalk
> 'printString'), and a function that prints a recreatable description of
> the object (a la Smalltalk 'storeString').
"marshal.dump" already does this (storeString) for some things. I'd
like to see it extended so that there's a simple way to have everything
dump-able and load-able.
Bill