I (again) updated my socket module for IronPython: http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/
Changes are: * Use array slicing, as this is now implemented in IronPython * Implemented recvfrom * Implemented getsockopt/setsockopt * Implemented getfqdn With these changes, you can now import and start SimpleHTTPServer. It doesn't actually function because of small details, but... Seo Sanghyeon _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
