Skip to content
Merged
Changes from all commits
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
remove mention to improvements done during alpha release
  • Loading branch information
picnixz committed Jul 21, 2025
commit 487b1cd7267fddd76799ec4e57fc05915e7dd33e
3 changes: 1 addition & 2 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2323,8 +2323,7 @@ uuid
* :func:`~uuid.uuid3` and :func:`~uuid.uuid5` are both roughly 40% faster
for 16-byte names and 20% faster for 1024-byte names. Performance for
longer names remains unchanged.
* :func:`~uuid.uuid4` and :func:`~uuid.uuid8` are 30% and 40% faster
respectively.
* :func:`~uuid.uuid4` is 30% faster.

(Contributed by Bénédikt Tran in :gh:`128150`.)

Expand Down
Loading