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 eric.snow
Recipients eric.snow
Date 2012-06-07.07:36:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339054587.63.0.820760787255.issue15022@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a patch that gives types.SimpleNamespace pickle support.  To do it I had to change the name of the type from "namespace" to "types.SimpleNamespace".  That's fine.

I also added __eq__/__ne__ support so I could use it during tests.
History
Date User Action Args
2012-06-07 07:36:27eric.snowsetrecipients: + eric.snow
2012-06-07 07:36:27eric.snowsetmessageid: <1339054587.63.0.820760787255.issue15022@psf.upfronthosting.co.za>
2012-06-07 07:36:27eric.snowlinkissue15022 messages
2012-06-07 07:36:26eric.snowcreate