This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Ramchandra Apte, aronacher, barry, benjamin.peterson, flox, georg.brandl, ncoghlan, rhettinger, stutzbach
Date 2013-05-21.13:34:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369143296.41.0.0199663076852.issue2226@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-05-21 13:34:56ncoghlansetrecipients: + ncoghlan, barry, georg.brandl, rhettinger, benjamin.peterson, stutzbach, aronacher, flox, Ramchandra Apte
2013-05-21 13:34:56ncoghlansetmessageid: <1369143296.41.0.0199663076852.issue2226@psf.upfronthosting.co.za>
2013-05-21 13:34:56ncoghlanlinkissue2226 messages
2013-05-21 13:34:56ncoghlancreate