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 nvetoshkin
Recipients Arfrever, Keith.Dart, eric.araujo, kdart, knny-myer, nvetoshkin, orsenthil, pitrou, r.david.murray
Date 2011-02-05.19:27:39
SpamBayes Score 0.033236615
Marked as misclassified No
Message-id <1296934062.07.0.851472781134.issue11063@psf.upfronthosting.co.za>
In-reply-to
Content
>It's also possible using existing wrapped os system calls.
That's right, on linux we can use ioctls but windows would require win api calls like this one: http://stackoverflow.com/questions/166506/finding-local-ip-addresses-in-python/166992#166992
History
Date User Action Args
2011-02-05 19:27:42nvetoshkinsetrecipients: + nvetoshkin, orsenthil, kdart, pitrou, eric.araujo, Arfrever, r.david.murray, knny-myer, Keith.Dart
2011-02-05 19:27:42nvetoshkinsetmessageid: <1296934062.07.0.851472781134.issue11063@psf.upfronthosting.co.za>
2011-02-05 19:27:39nvetoshkinlinkissue11063 messages
2011-02-05 19:27:39nvetoshkincreate