GTG

Code review comment for lp:~gtg-contributors/gtg/new-date-class

Revision history for this message
Luca Invernizzi (invernizzi) wrote :

I hate to raise this after you did the work, but have you considered the possibility of using the pickle module? The serialization is done automatically like "pickle.loads(pickle.dumps(datetime.datetime.now()))"
I don't know how fast it is though.

« Back to merge proposal