]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#1351692: in pprint, always call format() for dict and list items to enable
authorGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 11:13:29 +0000 (11:13 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 11:13:29 +0000 (11:13 +0000)
commitdcd6b522060d9b14e26046519770e718e65802cd
tree69f34311baf27c1b54936a24347a5c35c32f8faf
parentda407232e02e4d983f72801803faa6d25b2a8162
#1351692: in pprint, always call format() for dict and list items to enable
custom formatting of contents via subclassing PrettyPrinter.
Lib/pprint.py