[IronPython] socket for IronPython update

Sanghyeon Seo sanxiyn at gmail.com
Fri Apr 14 17:18:09 CEST 2006


I updated socket.py a bit:
http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/

This version should work with IronPython 1.0 Beta 5.

Changes since the last update are:
* Error handling: convert SocketException to socket.error
* Resolve hostname in connect()
* Translate empty string to IPAddress.Any in bind()
* Support AF_UNSPEC (and convert 0 to AF_UNSPEC;
there are codes passing int directly)

Seo Sanghyeon



More information about the Ironpython-users mailing list