diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/news/e031_version_0_16_2.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst index 2d725028e..171e4cef1 100644 --- a/web/news/e031_version_0_16_2.rst +++ b/web/news/e031_version_0_16_2.rst @@ -21,8 +21,8 @@ Changes affecting backwards compatibility - A hash procedure has been added for ``cstring`` type in ``hashes`` module. Previously, hash of a ``cstring`` would be calculated as a hash of the pointer. Now the hash is calculated from the contents of the string, assuming - ``cstring`` is a null-terminated string. Equal ``string``s and ``cstring``s - produce equal hash value. + ``cstring`` is a null-terminated string. Equal ``string`` and ``cstring`` + values produce an equal hash value. Library Additions ----------------- |