[IronPython] socket for IronPython update

Sanghyeon Seo sanxiyn at gmail.com
Sat Mar 18 12:20:03 CET 2006


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



More information about the Ironpython-users mailing list