mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
This commit is contained in:
parent
c4996ba794
commit
3bd844e695
16 changed files with 23 additions and 49 deletions
|
@ -591,7 +591,7 @@ do_compare(PyObject *v, PyObject *w)
|
|||
|
||||
/* Give up */
|
||||
PyErr_Format(PyExc_TypeError,
|
||||
"unorderable types: '%.100s' <> '%.100s'",
|
||||
"unorderable types: '%.100s' != '%.100s'",
|
||||
v->ob_type->tp_name,
|
||||
w->ob_type->tp_name);
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue