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 serhiy.storchaka
Recipients docs@python, martin.panter, mine0901, orsenthil, python-dev, r.david.murray, serhiy.storchaka, xiang.zhang
Date 2016-09-20.10:30:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474367437.74.0.728741851117.issue28211@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, the documentation was changed in issue25909, but seems I was wrong. Since PyDict_Items() returns a list, but not a dict view, PyMapping_Items() can return only a list or a tuple.
History
Date User Action Args
2016-09-20 10:30:37serhiy.storchakasetrecipients: + serhiy.storchaka, orsenthil, r.david.murray, docs@python, python-dev, martin.panter, xiang.zhang, mine0901
2016-09-20 10:30:37serhiy.storchakasetmessageid: <1474367437.74.0.728741851117.issue28211@psf.upfronthosting.co.za>
2016-09-20 10:30:37serhiy.storchakalinkissue28211 messages
2016-09-20 10:30:37serhiy.storchakacreate