New submission from Takayuki SHIMIZUKAWA <shimizuk...@gmail.com>:

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.

----------
components: Library (Lib)
files: uuid-ifconfig_getnode-netbsd.patch
keywords: patch
messages: 114878
nosy: shimizukawa
priority: normal
severity: normal
status: open
title: uuid._ifconfig_getnode can't work on NetBSD
type: behavior
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1
Added file: http://bugs.python.org/file18641/uuid-ifconfig_getnode-netbsd.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9678>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to