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 pitrou, serhiy.storchaka
Date 2014-10-22.15:12:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413990723.24.0.56994728842.issue22698@psf.upfronthosting.co.za>
In-reply-to
Content
It would be useful to expose ioctl request codes (Linux specific?) [1] at Python level.

In particular this will allow to determine MAC address in uuid at Python level without using ctypes or calling external programs. [2]

[1] http://man7.org/linux/man-pages/man2/ioctl_list.2.html
[2] http://code.activestate.com/recipes/439094-get-the-ip-address-associated-with-a-network-inter/
History
Date User Action Args
2014-10-22 15:12:03serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou
2014-10-22 15:12:03serhiy.storchakasetmessageid: <1413990723.24.0.56994728842.issue22698@psf.upfronthosting.co.za>
2014-10-22 15:12:03serhiy.storchakalinkissue22698 messages
2014-10-22 15:12:02serhiy.storchakacreate