[Checkins] SVN: z3c.json/trunk/TODO.txt added TODO: change exceptions.ProtocolError to be pickleable

Adam Groszer agroszer at gmail.com
Thu Feb 24 08:13:48 EST 2011


Log message for revision 120561:
  added TODO: change exceptions.ProtocolError to be pickleable

Changed:
  U   z3c.json/trunk/TODO.txt

-=-
Modified: z3c.json/trunk/TODO.txt
===================================================================
--- z3c.json/trunk/TODO.txt	2011-02-24 11:27:29 UTC (rev 120560)
+++ z3c.json/trunk/TODO.txt	2011-02-24 13:13:48 UTC (rev 120561)
@@ -6,3 +6,8 @@
 
 - Improve coverage, write tests for all untested code, most of this is related
   to error handling.
+
+- change exceptions.ProtocolError to be pickleable
+  right now
+  pe = cPickle.loads(cPickle.dumps(ProtocolError('http://test.com', 404, 'Not found', {})))
+  fails badly
\ No newline at end of file



More information about the checkins mailing list