py/objstr: In str.format, handle case of no format spec for string arg.
Handles, eg, "{:>20}".format("foo"), where there is no explicit spec for the type of the argument.
Showing
Please register or sign in to comment
Handles, eg, "{:>20}".format("foo"), where there is no explicit spec for the type of the argument.