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 time.
But for now this patch allows to grope requirements to future API. ---------- components: Library (Lib) files: pprint_collections.patch keywords: patch messages: 240084 nosy: rhettinger, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: pprint collections classes type: enhancement versions: Python 3.5 Added file: http://bugs.python.org/file38833/pprint_collections.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23870> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com