Skip to content

Commit 32173a9

Browse files
committed
fixup
1 parent 8815b8b commit 32173a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/c-api/hash.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`.
3737
which algorithm is used for hashing. The hash algorithm can be configured
3838
via the configure :option:`--with-hash-algorithm` option.
3939

40-
.. versionadded:: 3.11
40+
.. versionadded:: 3.4
41+
Add :c:macro:`!Py_HASH_FNV` and :c:macro:`!Py_HASH_SIPHASH24`.
42+
43+
.. versionadded:: 3.13
4144
Add :c:macro:`!Py_HASH_SIPHASH13`.
4245

4346

0 commit comments

Comments
 (0)