]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23775: pprint() of OrderedDict now outputs the same representation
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 26 Mar 2015 06:51:33 +0000 (08:51 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 26 Mar 2015 06:51:33 +0000 (08:51 +0200)
commitaa4c36fbbb47fe54d578cb7f04f53179360e5aa7
treefae7bf62473c76949f1037bf1f3ca1d8c0358e69
parentf3fa308817a578c8809c70f6b24b1c489eeef803
Issue #23775: pprint() of OrderedDict now outputs the same representation
as repr().
Lib/pprint.py
Lib/test/test_pprint.py
Misc/NEWS