File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -248,8 +248,8 @@ fractions
248
248
hashlib
249
249
-------
250
250
251
- * :func: `hashlib.blake2b ` and :func: `hashlib.blake2s ` now prefer `libb2
252
- <https://www.blake2.net/> `_ over Python's vendored copy.
251
+ * :func: `hashlib.blake2b ` and :func: `hashlib.blake2s ` now prefer `libb2 `_
252
+ over Python's vendored copy.
253
253
(Contributed by Christian Heimes in :issue: `47095 `.)
254
254
255
255
IDLE and idlelib
@@ -1067,7 +1067,7 @@ Porting to Python 3.11
1067
1067
on old Python functions.
1068
1068
1069
1069
* Distributors are encouraged to build Python with optimized Blake2 library
1070
- `libb2 < https://www.blake2.net > `_.
1070
+ `libb2 `_.
1071
1071
1072
1072
1073
1073
Deprecated
@@ -1148,3 +1148,6 @@ Removed
1148
1148
* Remove the ``HAVE_PY_SET_53BIT_PRECISION `` macro (moved to the internal C
1149
1149
API).
1150
1150
(Contributed by Victor Stinner in :issue: `45412 `.)
1151
+
1152
+
1153
+ .. _libb2 : https://www.blake2.net/
You can’t perform that action at this time.
0 commit comments