]> granicus.if.org Git - python/commit
Bug #2565: The repr() of type objects now calls them 'class',
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 7 Apr 2008 05:43:42 +0000 (05:43 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 7 Apr 2008 05:43:42 +0000 (05:43 +0000)
commit250ad613f3ae7e237e28d3a7a15a9b6fac16129f
tree5484e62a1ee0b0d9b7008cad32ab33392db7e78e
parent5a6f4585fdc52959bcc0dfdb9d25f2d34f983300
Bug #2565: The repr() of type objects now calls them 'class',
not 'type' - whether they are builtin types or not.
13 files changed:
Doc/library/stdtypes.rst
Doc/tutorial/errors.rst
Lib/ctypes/test/test_structures.py
Lib/test/test_defaultdict.py
Lib/test/test_descrtut.py
Lib/test/test_doctest3.txt
Lib/test/test_generators.py
Lib/test/test_genexps.py
Lib/test/test_metaclass.py
Lib/test/test_wsgiref.py
Lib/test/test_xmlrpc.py
Misc/NEWS
Objects/typeobject.c