summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-04 00:28:14 (GMT)
committerGeorg Brandl <georg@python.org>2009-01-04 00:28:14 (GMT)
commit277a150146585408d12aca6ae766f4797b0abff4 (patch)
tree34d638f7622d24882263564aa8bf9524e5e7a2b8 /Doc/c-api
parentff96b2ae14b1efdfc01e202a03e5d464fdedfc87 (diff)
downloadcpython-277a150146585408d12aca6ae766f4797b0abff4.zip
cpython-277a150146585408d12aca6ae766f4797b0abff4.tar.gz
cpython-277a150146585408d12aca6ae766f4797b0abff4.tar.bz2
Remove 2.6 versionchanges, turn 2.7 ones into 3.1.
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/object.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst
index bf2f484..21051b9 100644
--- a/Doc/c-api/object.rst
+++ b/Doc/c-api/object.rst
@@ -262,8 +262,6 @@ is considered sufficient for this determination.
allowing a type to explicitly indicate to the interpreter that it is not
hashable.
- .. versionadded:: 2.6
-
.. cfunction:: int PyObject_IsTrue(PyObject *o)