]> granicus.if.org Git - python/commit
Issue #19137: The pprint module now correctly formats empty set and frozenset
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 2 Oct 2013 08:40:26 +0000 (11:40 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 2 Oct 2013 08:40:26 +0000 (11:40 +0300)
commitfdda200195f9747e411d3491aae0806bc1fcd919
treeac3f3eca71003b0b1dd97208d43b4abaf15639d2
parent3760d97f9b62be6d25a5530e35899d3612d7fb7b
Issue #19137: The pprint module now correctly formats empty set and frozenset
and instances of set and frozenset subclasses.
Lib/pprint.py
Lib/test/test_pprint.py
Misc/NEWS