This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry, serhiy.storchaka, vstinner
Date 2017-11-27.16:28:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <32BC4929-4991-43FC-ACEC-DC1C7C4C47F3@python.org>
In-reply-to <1511763888.01.0.213398074469.issue32107@psf.upfronthosting.co.za>
Content
On Nov 27, 2017, at 01:24, Serhiy Storchaka <report@bugs.python.org> wrote:
> 
> 3. Makes methods for getting the address of the real network card preferring universally administered addresses and falling back to locally  administered address only if universally administered addresses are not found. This is a new feature. But are there computers that have both universally and locally administered addresses (and with locally administered addresses enumerated first)?

There are certainly computers that have both universal and local admin MAC addresses, as proven by the MBP+TouchBar case that triggered this.  I don’t know whether we can assume anything about the order in which those are enumerated.
History
Date User Action Args
2017-11-27 16:28:21barrysetrecipients: + barry, vstinner, serhiy.storchaka
2017-11-27 16:28:21barrylinkissue32107 messages
2017-11-27 16:28:21barrycreate