Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Markup fix
  • Loading branch information
tiran committed Mar 24, 2022
commit 5420a9439dbaf1aba7b06442fdc6e6190b3d95c3
9 changes: 6 additions & 3 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ fractions
hashlib
-------

* :func:`hashlib.blake2b` and :func:`hashlib.blake2s` now prefer `libb2
<https://www.blake2.net/>`_ over Python's vendored copy.
* :func:`hashlib.blake2b` and :func:`hashlib.blake2s` now prefer `libb2`_
over Python's vendored copy.
(Contributed by Christian Heimes in :issue:`47095`.)

IDLE and idlelib
Expand Down Expand Up @@ -1067,7 +1067,7 @@ Porting to Python 3.11
on old Python functions.

* Distributors are encouraged to build Python with optimized Blake2 library
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... with the optimized external ...

`libb2 <https://www.blake2.net>`_.
`libb2`_.


Deprecated
Expand Down Expand Up @@ -1148,3 +1148,6 @@ Removed
* Remove the ``HAVE_PY_SET_53BIT_PRECISION`` macro (moved to the internal C
API).
(Contributed by Victor Stinner in :issue:`45412`.)


.. _libb2: https://www.blake2.net/