Remove some of the cast_unicode as we can prove they are not bytes....
Remove some of the cast_unicode as we can prove they are not bytes.
1) inspect getdoc impementation return None if docs is not str.
2) if a value is split, joined, or concatenated with str, it must be
str, or we woudl get a type error.