[issue10300] Documentation of three PyDict_* functions

New submission from Hagen Fürstenau <hagen@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@python components: Documentation messages: 120328 nosy: docs@python, hagen priority: normal severity: normal status: open title: Documentation of three PyDict_* functions versions: Python 3.1, Python 3.2 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10300> _______________________________________

Benjamin Peterson <benjamin@python.org> added the comment: r86144 ---------- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10300> _______________________________________

Hagen Fürstenau <hagen@zhuliguan.net> added the comment: The ReST links in http://docs.python.org/py3k/c-api/dict.html#PyDict_Items seem to be broken. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10300> _______________________________________

Benjamin Peterson <benjamin@python.org> added the comment: This is fixed now. 2010/11/4 Hagen Fürstenau <report@bugs.python.org>:
Hagen Fürstenau <hagen@zhuliguan.net> added the comment:
The ReST links in http://docs.python.org/py3k/c-api/dict.html#PyDict_Items seem to be broken.
----------
_______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10300> _______________________________________
---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10300> _______________________________________
participants (2)
-
Benjamin Peterson
-
Hagen Fürstenau