Change by Zvi Effron :
--
pull_requests: +6749
___
Python tracker
<https://bugs.python.org/issue26819>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Zvi Effron :
--
keywords: +patch
pull_requests: +6592
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33542>
___
___
Python-
Change by Zvi Effron :
--
keywords: +patch
pull_requests: +6591
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue26819>
___
___
Python-
New submission from Zvi Effron :
The function _ipconfig_getnode() in the uuid module can incorrectly pick up an
IPv6 DUID instead of a MAC address due to not validating an exact match for the
regular expression. The following output from `ipconfig /all` on my machine can
be used to illustrate