commit | b868e63443d86d9016679b6451fd143717ab6de7 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Nov 19 01:02:56 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Nov 19 01:02:56 2009 +0000 |
tree | d237f86e2ea928d6796969bf2127e1f4446bae69 | |
parent | c566df3f55efeaea910033e6e515c78afa15ea6c [diff] [blame] |
Issue 3976: fix pprint for sets, frozensets, and dicts containing unorderable types.
diff --git a/Misc/NEWS b/Misc/NEWS index f7c24d0..5dbee19 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -46,6 +46,9 @@ Library ------- +- Issue #3976: pprint for sets, frozensets, and dicts now succeed when + they contain unorderable types. + - Issue #7341: Close the internal file object in the TarFile constructor in case of an error.