commit | 43e57113091a7eb3733cfde0b1e5be4add69e717 | [log] [tgz] |
---|---|---|
author | Andrew MacIntyre <andymac@bullseye.apana.org.au> | Fri Dec 26 00:02:23 2003 +0000 |
committer | Andrew MacIntyre <andymac@bullseye.apana.org.au> | Fri Dec 26 00:02:23 2003 +0000 |
tree | d6ff7a36b2fa61d041b1d808816650c19fa60a1a | |
parent | 13cd8898d24a0b062903c6a1995769e440726905 [diff] |
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.