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 shimizukawa
Recipients shimizukawa
Date 2010-08-25.03:09:49
SpamBayes Score 2.522915e-05
Marked as misclassified No
Message-id <1282705798.9.0.0619423981288.issue9678@psf.upfronthosting.co.za>
In-reply-to
Content
uuid.getnode() not work correctly on NetBSD5, then uuid.getnode() return random value per Python interpreter instance.
This problem is caused by the uuid._ifconfig_getnode() not supporting a 'ifconfig' / 'arp' output format of NetBSD.

I create a patch for this problem and attached.
History
Date User Action Args
2010-08-25 03:09:59shimizukawasetrecipients: + shimizukawa
2010-08-25 03:09:58shimizukawasetmessageid: <1282705798.9.0.0619423981288.issue9678@psf.upfronthosting.co.za>
2010-08-25 03:09:50shimizukawalinkissue9678 messages
2010-08-25 03:09:50shimizukawacreate