This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible.
------_=_NextPart_001_01BF9F50.7A1923F2
Content-Type: text/plain;
charset="ISO-8859-1"
> 1. How easy is it to build a python without ANY > networking support?
Very easy. I just commented out the socketmodule in the Modules/Setup file and then recompiled. Running nm to list symbols shows that no bind, recv, connect, etc. are in there. The Python library modules that depend on sockets are just things like ftplib.py, nntplib.py, httplib.py, etc.
Monty
------_=_NextPart_001_01BF9F50.7A1923F2
Content-Type: text/html;
charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> 1. How easy is it to =
build a python without ANY
> networking support?
Very easy. I just commented out the = socketmodule in the Modules/Setup file and then recompiled. = Running nm to list symbols shows that no bind, recv, connect, etc. are = in there. The Python library modules that depend on sockets are = just things like ftplib.py, nntplib.py, httplib.py, etc.
Monty
------_=_NextPart_001_01BF9F50.7A1923F2--