On 18/12/2013 03:36, Cameron Simpson wrote:
On 18Dec2013 03:27, Mark Lawrence <breamore...@yahoo.co.uk> wrote:
On 18/12/2013 03:22, smilesonisa...@gmail.com wrote:
   I am a newbie in python. I am looking for a existing module which I can 
import in my program to log the objects to a file?
I know there is a module Data::Dumper in perl which dumps the objects to file. 
But not sure about python.
Can anybody help me in this regard?

http://docs.python.org/3/library/logging.html

No, Mark, no.

The pickle and pickletools modules sound like what he wants.

Cheers,


So I've already been told :) I really must get out of the habit of posting at 3:30 in the morning when absolutely shattered, it's more of a hindrance than a help :(

--
My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language.

Mark Lawrence

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to