Remove 2.6 versionchanges, turn 2.7 ones into 3.1.

This commit is contained in:
Georg Brandl 2009-01-04 00:28:14 +00:00
parent ff96b2ae14
commit 277a150146
9 changed files with 3 additions and 26 deletions

View file

@ -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)