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 serhiy.storchaka
Recipients barry, serhiy.storchaka, vstinner
Date 2017-11-27.06:24:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511763888.01.0.213398074469.issue32107@psf.upfronthosting.co.za>
In-reply-to
Content
Currently PR 4576 combines a bug fix and a new feature.

1. Removes wrong check and adds a verbose clarifying comment. This part should be backported to maintained versions.

2. Adds multiple explicit "return None". This is a minor improvement the quality of the code. Too minor for separate PR.

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)?
History
Date User Action Args
2017-11-27 06:24:48serhiy.storchakasetrecipients: + serhiy.storchaka, barry, vstinner
2017-11-27 06:24:48serhiy.storchakasetmessageid: <1511763888.01.0.213398074469.issue32107@psf.upfronthosting.co.za>
2017-11-27 06:24:47serhiy.storchakalinkissue32107 messages
2017-11-27 06:24:47serhiy.storchakacreate