• Kirill Smelkov's avatar
    strconv, golang_str: Switch quote, unquote and qq to always return bstr · 604a7765
    Kirill Smelkov authored
    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.
    604a7765
strconv_test.py 4.69 KB