Closed
Description
BPO | 44920 |
---|---|
Nosy | @serhiy-storchaka, @loganasherjones, @stevesimmons |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2021-08-15.17:26:05.956>
labels = ['type-feature', 'library', '3.11']
title = 'Support UUIDv6, UUIDv7, and UUIDv8 from the new version of RFC4122'
updated_at = <Date 2021-08-17.00:36:53.563>
user = 'https://github.com/stevesimmons'
bugs.python.org fields:
activity = <Date 2021-08-17.00:36:53.563>
actor = 'loganasherjones'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-08-15.17:26:05.956>
creator = 'stevesimmons'
dependencies = []
files = []
hgrepos = []
issue_num = 44920
keywords = []
message_count = 2.0
messages = ['399624', '399647']
nosy_count = 3.0
nosy_names = ['serhiy.storchaka', 'loganasherjones', 'stevesimmons']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue44920'
versions = ['Python 3.11']
Linked PRs
- gh-89083: add support for UUID version 6 (RFC 9562) #120650
- gh-89083: support UUID version 7 (monotonous version) (RFC 9562) [abandoned proposal] #120830
- gh-89083: add support for UUID version 7 (RFC 9562) #121119
- gh-89083: add support for UUID version 8 (RFC 9562) #123224
- gh-89083: small docs fixup for UUIDv8 #126857
- gh-89083: improve UUIDv8 uniqueness tests #128149
- gh-89083: Attaching RFC links in UUID docs #135684
- [3.14] gh-89083: add links to RFC 9562 sections in UUID docs (GH-135684) #135747