]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed issue #2888. Now the behaviour of pprint when working with nested
authorFacundo Batista <facundobatista@gmail.com>
Sat, 21 Jun 2008 17:43:56 +0000 (17:43 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sat, 21 Jun 2008 17:43:56 +0000 (17:43 +0000)
commit2da91c375b095a452dd1e81962983e89e3fd0d07
tree833230da7671d829dd39742984e524bf046eba10
parent8e1c52ac0e551505f0edb4aad2774c37e1d93ea5
Fixed issue #2888. Now the behaviour of pprint when working with nested
structures follows the common sense (and works like in 2.5 and 3.0).
Doc/library/pprint.rst
Lib/pprint.py
Lib/test/test_pprint.py
Misc/NEWS