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 barry
Recipients amaury.forgeotdarc, barry, eli.bendersky, eric.snow, ethan.furman, ncoghlan, pitrou
Date 2013-06-19.14:23:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130619102308.7da720b3@anarchist>
In-reply-to <1371650976.52.0.358842801962.issue18264@psf.upfronthosting.co.za>
Content
On Jun 19, 2013, at 02:09 PM, Eric Snow wrote:

>There's at least one stdlib module that does this pretty well (sqlite3, I
>think).  This is where a simple serialization (and deserialization of course)
>protocol would come in handy.

Yeah, my database layer also has to be taught how to handle enums!
History
Date User Action Args
2013-06-19 14:23:13barrysetrecipients: + barry, amaury.forgeotdarc, ncoghlan, pitrou, eli.bendersky, ethan.furman, eric.snow
2013-06-19 14:23:13barrylinkissue18264 messages
2013-06-19 14:23:13barrycreate