We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e77af commit 487b1cdCopy full SHA for 487b1cd
Doc/whatsnew/3.14.rst
@@ -2323,8 +2323,7 @@ uuid
2323
* :func:`~uuid.uuid3` and :func:`~uuid.uuid5` are both roughly 40% faster
2324
for 16-byte names and 20% faster for 1024-byte names. Performance for
2325
longer names remains unchanged.
2326
- * :func:`~uuid.uuid4` and :func:`~uuid.uuid8` are 30% and 40% faster
2327
- respectively.
+ * :func:`~uuid.uuid4` is 30% faster.
2328
2329
(Contributed by Bénédikt Tran in :gh:`128150`.)
2330
0 commit comments