On Aug 2, 11:02 am, Mike Rooney <[EMAIL PROTECTED]> wrote:
> Hi everyone, this is my first post to this list. I am trying to create a
> subclass of datetime.date and pickle it, but I get errors on loading it
> back. I have created a VERY simple demo of this:
>
> import datetime
>
> class MyDate(dat
Hi everyone, this is my first post to this list. I am trying to create a
subclass of datetime.date and pickle it, but I get errors on loading it
back. I have created a VERY simple demo of this:
import datetime
class MyDate(datetime.date):
"""
This should be pickleable.
>>> md =