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 salty-horse
Recipients docs@python, salty-horse
Date 2019-01-25.12:05:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548417904.67.0.718119168094.issue35827@roundup.psfhosted.org>
In-reply-to
Content
dictobject.h defines several helpers to ease checking of dictionary view types. If they are meant to be part of the API, they should be documented.

PyDictKeys_Check
PyDictItems_Check
PyDictValues_Check
PyDictViewSet_Check

Should they be added to dict.rst, or a separate file?
History
Date User Action Args
2019-01-25 12:05:07salty-horsesetrecipients: + salty-horse, docs@python
2019-01-25 12:05:04salty-horsesetmessageid: <1548417904.67.0.718119168094.issue35827@roundup.psfhosted.org>
2019-01-25 12:05:04salty-horselinkissue35827 messages
2019-01-25 12:05:04salty-horsecreate