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 serhiy.storchaka
Date 2014-12-08.20:33:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Proposed patch makes following changes to test_uuid.

* Report the test as skipped if this method to determine MAC address doesn't work on this platform.
* Output found node value if test ran with -vv.
* Output node values in hexadecimal if node tests fail.
* Check that 47 bit is clear for node values obtained from network card.
* Remove unused commented out code.
* Move internal functions tests to separate test class.
History
Date User Action Args
2014-12-08 20:33:10serhiy.storchakasetrecipients: + serhiy.storchaka
2014-12-08 20:33:10serhiy.storchakasetmessageid: <[email protected]>
2014-12-08 20:33:09serhiy.storchakalinkissue23015 messages
2014-12-08 20:33:09serhiy.storchakacreate