Skip to content
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

gh-94684 uuid3/5 support name argument as bytes #94709

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

MonadChains
Copy link
Contributor

@MonadChains MonadChains commented Jul 9, 2022

As discussed in #94684, RFC 4122 does not specify that the name argument in uuid3/uui5 functions should be a string, so for completness the functions should also support a name given as a raw byte sequence.

MonadChains added 2 commits Jul 9, 2022
RFC 4122 does not specify that name should be a string, so for completness the functions should also support a name given as a raw byte sequence.
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jul 9, 2022

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants