From 2fe8e46e2e1fd015e2cea1d15e5417bf5612ec01 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Tue, 14 Mar 2017 08:50:53 -0700 Subject: [PATCH] Throw error if deprecated `decodestring` is used --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 622c74f59..7d3b74634 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,4 +8,4 @@ warningfilters=module |.* |DeprecationWarning |notebook.* ignore |.*schema.* |UserWarning |nbfor.* ignore |The 'warn' method is deprecated, use 'warning' instead | DeprecationWarning |notebook.* error |encodestring\(\) is a deprecated alias, use encodebytes\(\)| DeprecationWarning | notebook.* - + error |decodestring\(\) is a .*| DeprecationWarning | notebook.*