diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-05 11:20:50 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 17:50:04 +0100 |
| commit | b7dd89ed5389067cb70294682ffef1ba23d33934 (patch) | |
| tree | 9d1cf97b9fda1ea8798cd543aee9d3f738a931f2 /docs/topics/signing.txt | |
| parent | 8774b1144c08f18e23381ffae7084dbc05ebfe37 (diff) | |
Removed versionadded/changed annotations for 3.1.
Diffstat (limited to 'docs/topics/signing.txt')
| -rw-r--r-- | docs/topics/signing.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/topics/signing.txt b/docs/topics/signing.txt index 2fc49ab747..6e4a61d2c4 100644 --- a/docs/topics/signing.txt +++ b/docs/topics/signing.txt @@ -101,10 +101,6 @@ generate signatures. You can use a different secret by passing it to the and underscores. ``algorithm`` must be an algorithm supported by :py:mod:`hashlib`, it defaults to ``'sha256'``. - .. versionchanged:: 3.1 - - The ``algorithm`` parameter was added. - .. versionchanged:: 3.2 The ``sign_object()`` and ``unsign_object()`` methods were added. @@ -197,10 +193,6 @@ created within a specified period of time:: otherwise raises ``SignatureExpired``. The ``max_age`` parameter can accept an integer or a :py:class:`datetime.timedelta` object. - .. versionchanged:: 3.1 - - The ``algorithm`` parameter was added. - .. _signing-complex-data: Protecting complex data structures |
