Issue #19137: The pprint module now correctly formats instances of set and
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 2 Oct 2013 08:40:49 +0000 (11:40 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 2 Oct 2013 08:40:49 +0000 (11:40 +0300)
commit51844384f4b225d214e122edd8af65c75e50a150
tree09f4e10baa384ff1f1671b75f923e530cdbc0f09
parent224c87d60ca32b99a6a670545c5b09b2bdef0b41
Issue #19137: The pprint module now correctly formats instances of set and
frozenset subclasses.
Lib/pprint.py
Lib/test/test_pprint.py
Misc/NEWS