]> granicus.if.org Git - python/commit
Fix object_repr() to include the module (using the same rules as
authorGuido van Rossum <guido@python.org>
Thu, 16 Aug 2001 18:52:43 +0000 (18:52 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 16 Aug 2001 18:52:43 +0000 (18:52 +0000)
commit76e6963fc122fd3ed17794b4f7db6b1f20efeeab
tree4749d57fee21df52c16d0a929ef1014e8db98bd1
parent3791838339f8c75cdce0bf9615817b1263234314
Fix object_repr() to include the module (using the same rules as
type_repr() for when to show or not to show it).
Objects/typeobject.c