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 amaury.forgeotdarc
Recipients ajaksu2, amaury.forgeotdarc, kleist, nnorwitz, pitrou, skrah, tim.peters
Date 2011-07-26.12:17:00
SpamBayes Score 8.9254085e-05
Marked as misclassified No
Message-id <1311682621.67.0.366183924435.issue3581@psf.upfronthosting.co.za>
In-reply-to
Content
Well, without a valid MAC address the function cannot work...

On the other hand, I would not worry too much: uuid._ifconfig_getnode() is an internal function; and since all the other tests pass, uuid.getnode() probably has other ways to get a unique identifier for the machine.

And by the way, in python 3.2, the test function is skipped with this message: 
"""WARNING: uuid._ifconfig_getnode is unreliable on many platforms.
   It is disabled until the code and/or test can be fixed properly."""
History
Date User Action Args
2011-07-26 12:17:01amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, tim.peters, nnorwitz, pitrou, ajaksu2, kleist, skrah
2011-07-26 12:17:01amaury.forgeotdarcsetmessageid: <1311682621.67.0.366183924435.issue3581@psf.upfronthosting.co.za>
2011-07-26 12:17:01amaury.forgeotdarclinkissue3581 messages
2011-07-26 12:17:00amaury.forgeotdarccreate