commit | 83e01bf6c84719f8977d1ffd721d75d8eda2ddf8 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Mar 16 15:41:29 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Mar 16 15:41:29 2001 +0000 |
tree | 42c378ea919e4e21ecbad12c3bd9715549fd2285 | |
parent | cf20d4f5ad9d8871bec9278a4f8e89f065295900 [diff] |
Finally fill in the documentation for the PyDict_Next() function. It is different enough to actually require an explanation. ;-) Fix a couple of PyDictObject* types that should be PyObject* types.