[issue23870] pprint collections classes

2015-05-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue23870] pprint collections classes

2015-05-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 73c01323cb9b by Serhiy Storchaka in branch 'default': Issue #23870: The pprint module now supports all standard collections https://hg.python.org/cpython/rev/73c01323cb9b -- nosy: +python-dev ___ Python t

[issue23870] pprint collections classes

2015-04-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: This seems like a reasonable intermediate step. -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue23870] pprint collections classes

2015-04-04 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch adds support of all collections classes (except namedtuple) in pprint. It uses undocumented unstable private API. After implementing issue7434 the code could be rewritten with using public stable well-designed API. One day in the womb of tim