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.
Created on 2010年11月03日 15:54 by hagen, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg120328 - (view) | Author: Hagen Fürstenau (hagen) | Date: 2010年11月03日 15:54 | |
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. |
|||
| msg120347 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2010年11月03日 21:35 | |
r86144 |
|||
| msg120381 - (view) | Author: Hagen Fürstenau (hagen) | Date: 2010年11月04日 06:47 | |
The ReST links in http://docs.python.org/py3k/c-api/dict.html#PyDict_Items seem to be broken. |
|||
| msg120543 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2010年11月05日 21:59 | |
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> > _______________________________________ > |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:08 | admin | set | github: 54509 |
| 2010年11月05日 21:59:40 | benjamin.peterson | set | messages: + msg120543 |
| 2010年11月04日 06:47:59 | hagen | set | messages: + msg120381 |
| 2010年11月03日 21:35:53 | benjamin.peterson | set | status: open -> closed nosy: + benjamin.peterson messages: + msg120347 resolution: fixed |
| 2010年11月03日 15:54:18 | hagen | create | |