diff options
author | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:32:36 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:32:36 (GMT) |
commit | 0abb8b74d911607d8535bd79a042918295627454 (patch) | |
tree | 3befd7d1b5ea324119d42d0112bac00257e3aa69 /Doc/c-api | |
parent | 7fb624fe51a25580427ed19c6a84e8003df77dc8 (diff) | |
parent | 944d16c6c490f5e3933f8a729d810f60d3bab1d3 (diff) | |
download | cpython-0abb8b74d911607d8535bd79a042918295627454.zip cpython-0abb8b74d911607d8535bd79a042918295627454.tar.gz cpython-0abb8b74d911607d8535bd79a042918295627454.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/object.rst | 1 |
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. |