From 08e80b824ddc74e827660145b56e47e8456f8a35 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 17 Aug 2016 21:55:22 +0100 Subject: [PATCH] Another TODO --- docs/history.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/history.rst b/docs/history.rst index 793f567c..4c7f4894 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -63,3 +63,5 @@ Future * Provide a means for waiting on multiple :py:class:`Channels `. * Comprehensive integration tests. +* Make pickler deliver a CallError to the intended recipient when a type is + rejected during unpickling.