diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ Core and Builtins 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. |