Literate programming tells a story of drama, lies & deceit.
if self.leader[9] == "a" or force_utf8:
# data = data.decode("utf-8", utf8_handling)
data = decode_anything_probably_utf_8(data)
else:
# data = data.decode(encoding)
data = decode_anything_who_knows(data)
Post
June 17, 2020