Roundup Tracker - Issues

Message1284

Author kent_turbo
Recipients
Date 2004-06-03.14:57:37
Message-id
In-reply-to
Logged In: YES 
user_id=714555

since python includes nice pickle module for ages, use of
marshal module seems a bit strange to me. I have hacked
back_anydbm.py with s/marshal/pickle/ and it works yet, and
serialise() code may be unnessesary this way.
History
Date User Action Args
2009-02-03 14:20:46adminlinkissue964457 messages
2009-02-03 14:20:46admincreate