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 xiang.zhang
Recipients docs@python, xiang.zhang
Date 2016-09-20.08:57:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474361846.96.0.641386769432.issue28211@psf.upfronthosting.co.za>
In-reply-to
Content
PyMapping_Keys/Values/Items can only return a list or tuple. Even in the case of a dict, it returns a list. But the doc tells a dictionary view will be returned in case of dict, which is wrong.
History
Date User Action Args
2016-09-20 08:57:27xiang.zhangsetrecipients: + xiang.zhang, docs@python
2016-09-20 08:57:26xiang.zhangsetmessageid: <1474361846.96.0.641386769432.issue28211@psf.upfronthosting.co.za>
2016-09-20 08:57:26xiang.zhanglinkissue28211 messages
2016-09-20 08:57:26xiang.zhangcreate