]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable...
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 21 Jul 2012 09:17:38 +0000 (11:17 +0200)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 21 Jul 2012 09:17:38 +0000 (11:17 +0200)
commitd6da90f93d6d44365f5c9f6a2290be90ccfc8d60
tree1354a065046686913cb29c1c8c8e0a6ea9e9dc79
parentb4bbee25b1e3f4bccac222f806b3138fb72439d6
Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key.
Lib/pprint.py
Lib/test/test_pprint.py
Misc/NEWS