mirror of https://github.com/python/cpython.git
merge 3.2
This commit is contained in:
commit
332503db07
|
@ -496,7 +496,7 @@ builtin_format(PyObject *self, PyObject *args)
|
|||
PyObject *format_spec = NULL;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "O|U:format", &value, &format_spec))
|
||||
return NULL;
|
||||
return NULL;
|
||||
|
||||
return PyObject_Format(value, format_spec);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue