strconv, golang_str: Switch quote, unquote and qq to always return bstr
bstr is becoming the default pygolang string type. And it can be mixed ok with all bytes/unicode and ustr. Previously e.g. strconv.quote was checking which kind of type its input was and was trying to return the result of the same type. Now this becomes unnecessary since bstr is intended to be used universally and interoperable with all other string types.
Showing
Please register or sign in to comment