mirror of
https://github.com/python/cpython.git
synced 2026-06-07 12:00:30 -04:00
91108f049f
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'
Source files for various builtin objects