The underlying data is put into json documents that expect unicode strings not byte strings. In python2 lxml provided strings that were auto coerced but in python3 it provides byte strings.
The underlying data is put into json documents that expect unicode strings not byte strings. In python2 lxml provided strings that were auto coerced but in python3 it provides byte strings.