]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Fri, 26 Dec 2003 00:02:23 +0000 (00:02 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Fri, 26 Dec 2003 00:02:23 +0000 (00:02 +0000)
commit43e57113091a7eb3733cfde0b1e5be4add69e717
treed6ff7a36b2fa61d041b1d808816650c19fa60a1a
parent13cd8898d24a0b062903c6a1995769e440726905
The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along
with most other concrete object checks, but the docs weren't brought into
line.

PyList_CheckExact() was added at 2.2 but never documented.

backport candidate.
Include/dictobject.h