Skip to content

bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX#8672

Merged
taleinat merged 43 commits intopython:masterfrom
aixtools:bpo-28009-1
Sep 26, 2019
Merged

bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX#8672
taleinat merged 43 commits intopython:masterfrom
aixtools:bpo-28009-1

Conversation

@aixtools
Copy link
Contributor

@aixtools aixtools commented Aug 4, 2018

FYI: linux et al use b':' to separate the 6 fields of a MAC address, also the fields are always two characters. On AIX the character b'.' is used, and when the decimal value is < 16, only one character is used.

Was: b'00:0a:10:20:30:40', on AIX - could be: b'0.a.10.20.30.40'

p.s. I hope this can be considered for backporting.

https://bugs.python.org/issue28009

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants