summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-04-24 01:31:37 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-04-24 01:31:37 (GMT)
commitce4c4074f9322463fa714650c76f869ddcf2cb08 (patch)
tree0fd1dd3200e22bb86a217e81d1efdcd43e433c12 /Doc
parent08c9bd57f213bd7bf4d69567fe8d2305c0f4b9c1 (diff)
downloadcpython-ce4c4074f9322463fa714650c76f869ddcf2cb08.zip
cpython-ce4c4074f9322463fa714650c76f869ddcf2cb08.tar.gz
cpython-ce4c4074f9322463fa714650c76f869ddcf2cb08.tar.bz2
The version* directives don’t work with a blank line between arguments
Diffstat (limited to 'Doc')
-rw-r--r--Doc/c-api/object.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst
index afa08c9..d0d45ad 100644
--- a/Doc/c-api/object.rst
+++ b/Doc/c-api/object.rst
@@ -258,7 +258,6 @@ is considered sufficient for this determination.
This is the equivalent of the Python expression ``hash(o)``.
.. versionchanged:: 3.2
-
The return type is now Py_hash_t. This is a signed integer the same size
as Py_ssize_t.