Files
cpython/Objects
Victor Stinner 91108f049f Issue #25210: Change error message of do_richcompare()
Don't add parenthesis to type names. Add also quotes around the type names.

Before:

  TypeError: unorderable types: int() < NoneType()

After:

  TypeError: '<' not supported between instances of 'int' and 'NoneType'
2015-10-14 18:25:31 +02:00
..
2015-04-23 17:06:45 -04:00
2015-06-27 15:45:56 -05:00

Source files for various builtin objects