]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix pprint to be able to handle objects that don't have a __repr__
authorWalter Dörwald <walter@livinglogic.de>
Mon, 15 Nov 2004 13:51:41 +0000 (13:51 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 15 Nov 2004 13:51:41 +0000 (13:51 +0000)
commit1b626cac734c7995849ce4b5d694edbd89e44c4a
treeff4938635e36f22fac1254a6ed01a8df7ae6d3e9
parentfdc58f2391a4721310702ea5ada7ac515d32fb0a
Fix pprint to be able to handle objects that don't have a __repr__
attribute. Fixes SF bug #1065456.
Lib/pprint.py