[issue19137] pprint wrongly formats set and frozenset subclasses

2013-10-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset fcd889046ee1 by Serhiy Storchaka in branch '2.7': Issue #19137: The pprint module now correctly formats empty set and frozenset http://hg.python.org/cpython/rev/fcd889046ee1 New changeset 65943dc15afc by Serhiy Storchaka in branch '3.3': Issue

[issue19137] pprint wrongly formats set and frozenset subclasses

2013-10-02 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- assignee: - serhiy.storchaka resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19137

[issue19137] pprint wrongly formats set and frozenset subclasses

2013-10-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- title: pprint wrongly format set and frozenset subclasses - pprint wrongly formats set and frozenset subclasses ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19137

[issue19137] pprint wrongly formats set and frozenset subclasses

2013-10-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Added an additional test to check the output layout for set/frozenset subclasses as Antoine suggested. -- Added file: http://bugs.python.org/file31937/pprint_set_subclass_2.patch ___ Python tracker