Throw error if deprecated `decodestring` is used

Grant Nestor 9 years ago
parent 02cc130166
commit 2fe8e46e2e

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

Loading…
Cancel
Save