Pattern: Use of non-text encoding for str.encode
/str.decode
Issue: -
str.encode
or str.decode
is called with a non-text encoding. Use codecs
module to handle arbitrary codecs.
Pattern: Use of non-text encoding for str.encode
/str.decode
Issue: -
str.encode
or str.decode
is called with a non-text encoding. Use codecs
module to handle arbitrary codecs.