diff options
author | Guido van Rossum <guido@python.org> | 1996-07-21 02:20:58 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-21 02:20:58 (GMT) |
commit | 66774a973babca294045b3e8162db1f13c2d50de (patch) | |
tree | fea6d590b1edd7629d6380b4093f6bf3633ba814 /Doc/libmactcp.tex | |
parent | 17f2b2dfeddc117ba5e9c6188f1a405dce88e67c (diff) | |
download | cpython-66774a973babca294045b3e8162db1f13c2d50de.zip cpython-66774a973babca294045b3e8162db1f13c2d50de.tar.gz cpython-66774a973babca294045b3e8162db1f13c2d50de.tar.bz2 |
changes by Jack to Mac docs
Diffstat (limited to 'Doc/libmactcp.tex')
-rw-r--r-- | Doc/libmactcp.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/libmactcp.tex b/Doc/libmactcp.tex index 6c5a78b..80e19ca 100644 --- a/Doc/libmactcp.tex +++ b/Doc/libmactcp.tex @@ -6,10 +6,10 @@ This module provides an interface to the Macintosh TCP/IP driver MacTCP\@. There is an accompanying module \code{macdnr} which provides an interface to the name-server (allowing you to translate hostnames to -ip-addresses), a module \code{MACTCP} which has symbolic names for -constants constants used by MacTCP and a wrapper module \code{socket} -which mimics the \UNIX{} socket interface (as far as possible). It may -not be available in all Mac Python versions. +ip-addresses), a module \code{MACTCPconst} which has symbolic names for +constants constants used by MacTCP. Since the builtin module +\code{socket} is also available on the mac it is usually easier to use +sockets in stead of the mac-specific MacTCP API. A complete description of the MacTCP interface can be found in the Apple MacTCP API documentation. |