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 hagen
Recipients docs@python, hagen
Date 2010-11-03.15:54:17
SpamBayes Score 0.037985034
Marked as misclassified No
Message-id <1288799659.81.0.759259964025.issue10300@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-03 15:54:22hagensetrecipients: + hagen, docs@python
2010-11-03 15:54:19hagensetmessageid: <1288799659.81.0.759259964025.issue10300@psf.upfronthosting.co.za>
2010-11-03 15:54:18hagenlinkissue10300 messages
2010-11-03 15:54:17hagencreate