• Neal Norwitz's avatar
    Fix SF # 635969, No error "not all arguments converted" · 80a1bf4b
    Neal Norwitz yazdı
    When mwh added extended slicing, strings and unicode became mappings.
    Thus, dict was set which prevented an error when doing:
    	newstr = 'format without a percent' % string_value
    
    This fix raises an exception again when there are no formats
    and % with a string value.
    80a1bf4b
stringobject.c 97.9 KB