]> granicus.if.org Git - python/commit
Add parameters indent, width and depth to pprint.pprint() and pprint.pformat()
authorWalter Dörwald <walter@livinglogic.de>
Wed, 3 Dec 2003 20:26:05 +0000 (20:26 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 3 Dec 2003 20:26:05 +0000 (20:26 +0000)
commitc8de4585a6e52e1186828dd929671d3a6c36db95
treeb3e5ad74c31c3bb634828a121f7b7d9919fabdb3
parent7a7ede54d4311d3bcb5000aeedeab8cc80391c70
Add parameters indent, width and depth to pprint.pprint() and pprint.pformat()
and pass them along to the PrettyPrinter constructor.
Doc/lib/libpprint.tex
Lib/pprint.py
Lib/test/test_pprint.py
Misc/NEWS