From: Éric Araujo Date: Sun, 24 Apr 2011 01:31:37 +0000 (+0200) Subject: The version* directives don’t work with a blank line between arguments X-Git-Tag: v3.2.1b1~71^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce4c4074f9322463fa714650c76f869ddcf2cb08;p=python The version* directives don’t work with a blank line between arguments --- diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst index afa08c9bc3..d0d45ad001 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.