classref: Sync with current 3.4 branch (0ea54d07f)

Adds the 3.4.3 specific API changes in preparation for the 3.4.3-stable release.
This commit is contained in:
Rémi Verschelde
2022-02-17 17:47:55 +01:00
parent c84ba42b91
commit c9203aa1b7
26 changed files with 139 additions and 62 deletions

View File

@@ -584,7 +584,9 @@ If the string is a valid file path, returns the filename.
- :ref:`int<class_int>` **hash** **(** **)**
Hashes the string and returns a 32-bit integer.
Returns the 32-bit hash value representing the string's contents.
**Note:** ``String``\ s with equal content will always produce identical hash values. However, the reverse is not true. Returning identical hash values does *not* imply the strings are equal, because different strings can have identical hash values due to hash collisions.
----