mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue 3976: fix pprint for sets, frozensets, and dicts containing unorderable types.
This commit is contained in:
parent
c566df3f55
commit
b868e63443
3 changed files with 52 additions and 11 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue