Throw error if deprecated decodestring is used

This commit is contained in:
Grant Nestor 2017-03-14 08:50:53 -07:00
parent 02cc130166
commit 2fe8e46e2e

View File

@ -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.*