[issue10300] Documentation of three PyDict_* functions

2010-11-05 Thread Benjamin Peterson
Benjamin Peterson added the comment: This is fixed now. 2010/11/4 Hagen Fürstenau : > > Hagen Fürstenau added the comment: > > The ReST links in http://docs.python.org/py3k/c-api/dict.html#PyDict_Items > seem to be broken. > > -- > > ___ > Python tr

[issue10300] Documentation of three PyDict_* functions

2010-11-03 Thread Hagen Fürstenau
Hagen Fürstenau added the comment: The ReST links in http://docs.python.org/py3k/c-api/dict.html#PyDict_Items seem to be broken. -- ___ Python tracker ___ _

[issue10300] Documentation of three PyDict_* functions

2010-11-03 Thread Benjamin Peterson
Benjamin Peterson added the comment: r86144 -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue10300] Documentation of three PyDict_* functions

2010-11-03 Thread Hagen Fürstenau
New submission from Hagen Fürstenau : 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: 12032