• Guido van Rossum's avatar
    Undo this part of the previous checkin: · 8052f892
    Guido van Rossum yazdı
      Also fixed an error message -- %s argument has non-string str()
      doesn't make sense for %r, so the error message now differentiates
      between %s and %r.
    
    because PyObject_Repr() and PyObject_Str() ensure that this can never
    happen.  Added a helpful comment instead.
    8052f892
stringobject.c 99 KB