[issue2226] Small _abcoll Bugs / Oddities

Nick Coghlan report at bugs.python.org
Tue May 21 15:34:56 CEST 2013


Nick Coghlan added the comment:

Armin pointed out in http://lucumr.pocoo.org/2013/5/21/porting-to-python-3-redux/ that one nasty consequence of the remaining part of this bug and issue 8743 is making it much harder than it should be to use the ItemsView, KeysView and ValuesView from collections.abc to implement third party mappings that behave like the builtin dict.

----------

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


More information about the Python-bugs-list mailing list