[issue14386] Expose dictproxy as a public type

STINNER Victor report at bugs.python.org
Mon Mar 26 01:54:25 CEST 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

> It's clutter and we should show some restraint before adding new types.

dictproxy() doesn't need to be a public builtin type. We can just implement its constructor without documenting the type. Or it may be exposed in a module like collections.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14386>
_______________________________________


More information about the Python-bugs-list mailing list