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
blurb
  • Loading branch information
picnixz committed Jun 17, 2024
commit 4ef04b907d3dcfabe2ce005ee034617abebf3b01
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add :func:`~uuid.uuid6`, :func:`~uuid.uuid7` and :func:`~uuid.uuid8` to the
:mod:`uuid` module as specified by :rfc:`9562`. Patch by Bénédikt Tran.
Loading
0