There uuid.uuid1 , uuid.uuid3 , uuid.uuid4 and uuid.uuid5 , but not uuid.uuid2 .
uuid.uuid1
uuid.uuid3
uuid.uuid4
uuid.uuid5
uuid.uuid2
What happened to uuid2 ?
uuid2
From What's New in Python 2.5 , in which the uuid module was added for the first time:
uuid
(UUIDs of version 2 are not specified in RFC 4122 and are not supported by this module.)
UUID2 is a special UUID created in conjunction with a DCE Security server. It is rarely used these days. I assume that the attempt to implement this has nothing to do with the request for such functionality.
Source: https://habr.com/ru/post/977063/More articles:Scala getting field and field type of class case - reflectionWhy is memory usage more than physical RAM in Linux? - cC # Array or List for one class type - arrayshttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/977061/http-basic-authentication-access-token&usg=ALkJrhgtLXZA9zxQWOwrOGL1p_3MINE8YQWhat should be used instead of "setListNavigationCallbacks"? - androidTextBox selection highlight color and color - c #Why does the message "Parsing the HTTP request header" error message appear when sending a JSON string? - javaWhat is PCRE compatible syntax? And is C # PCRE compatible? - c #Spinning Effect CSS3 Anchor Tag - htmlHow to use custom IPasswordHasher? - c #All Articles