]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.
authorGeorg Brandl <georg@python.org>
Wed, 17 Jan 2007 21:19:58 +0000 (21:19 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 17 Jan 2007 21:19:58 +0000 (21:19 +0000)
commitb26b1c6d6b34d33ca62a66f9936d97f5340cdfda
tree61660dc21faba58e6657ee5512af83a573f79011
parent45dc1f2fd3eb1364897b3e618309c12b5a31764c
Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.
Doc/api/concrete.tex
Misc/NEWS