[issue10300] Documentation of three PyDict_* functions

Hagen Fürstenau report at bugs.python.org
Wed Nov 3 16:54:22 CET 2010


New submission from Hagen Fürstenau <hagen at zhuliguan.net>:

The documentation of the functions PyDict_Items, PyDict_Keys and PyDict_Values is incorrect: They do return PyListObject, but in Python 3.x this is not the same as dict.items() etc.

----------
assignee: docs at python
components: Documentation
messages: 120328
nosy: docs at python, hagen
priority: normal
severity: normal
status: open
title: Documentation of three PyDict_* functions
versions: Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list