8000 gh-89083: support UUID version 7 (monotonous version) (RFC 9562) [abandoned proposal] by picnixz · Pull Request #120830 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-89083: support UUID version 7 (monotonous version) (RFC 9562) [abandoned proposal] #120830

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 15 commits into from
Prev Previous commit
Next Next commit
add WhatsNew
  • Loading branch information
picnixz committed Jun 17, 2024
commit cbaaff44dfb675ff766b87c7288716fece3b5533
11 changes: 11 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,17 @@ symtable

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

uuid
----

* Add support for UUID versions 6, 7, and 8 as specified by
:rfc:`9562` to the :mod:`uuid` module:

* :meth:`~uuid.uuid6`
* :meth:`~uuid.uuid7`
* :meth:`~uuid.uuid8`

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

Optimizations
=============
Expand Down
0