diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-05-21 12:20:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-21 12:20:55 (GMT) |
commit | e9e2fd75ccbc6e9a5221cf3525e39e9d042d843f (patch) | |
tree | bea2537e61913edd967b076484640a957f4b027e /Lib/idlelib/pyshell.py | |
parent | 7208bfb64b74f31f9704be3f01f26861c9cf092b (diff) | |
download | cpython-e9e2fd75ccbc6e9a5221cf3525e39e9d042d843f.zip cpython-e9e2fd75ccbc6e9a5221cf3525e39e9d042d843f.tar.gz cpython-e9e2fd75ccbc6e9a5221cf3525e39e9d042d843f.tar.bz2 |
[3.6] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7014)
uuid._ipconfig_getnode did not validate the maximum length of the value,
so long as the value had the same type of formatting as a MAC address.
This let it select DUIDs as MAC addresses. It now requires an exact
length match.
(cherry picked from commit c66c342cb42ab8a88884527ddfe3a5086bc06316)
Co-authored-by: CtrlZvi <viz+github@flippedperspective.com>
Diffstat (limited to 'Lib/idlelib/pyshell.py')
0 files changed, 0 insertions, 0 deletions