This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Charles McEachern, davin, r.david.murray
Date 2017-04-07.21:39:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491601145.52.0.368874373043.issue30018@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect you just need to add pickle support to your class.  When I subclassed str in the email package, I found I needed to do that.  I'd have to go through the docs again to remember how the code works, but you can take a look at the BaseHeader class in email.headerregistry to see what I did.
History
Date User Action Args
2017-04-07 21:39:05r.david.murraysetrecipients: + r.david.murray, davin, Charles McEachern
2017-04-07 21:39:05r.david.murraysetmessageid: <1491601145.52.0.368874373043.issue30018@psf.upfronthosting.co.za>
2017-04-07 21:39:05r.david.murraylinkissue30018 messages
2017-04-07 21:39:05r.david.murraycreate