[New-bugs-announce] [issue23870] pprint collections classes

Serhiy Storchaka report at bugs.python.org
Sat Apr 4 19:19:36 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue23870>
_______________________________________


More information about the New-bugs-announce mailing list