New submission from Hagen Fürstenau <[email protected]>: 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: d...@python components: Documentation messages: 120328 nosy: d...@python, hagen priority: normal severity: normal status: open title: Documentation of three PyDict_* functions versions: Python 3.1, Python 3.2 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10300> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
