mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -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