Kaydet (Commit) a8090641 authored tarafından Fred Drake's avatar Fred Drake

Consistency: "Unix" ==> "\UNIX{}"

üst 6862b46b
...@@ -11,8 +11,8 @@ between the client and server. \code{UDPServer} uses datagrams, which ...@@ -11,8 +11,8 @@ between the client and server. \code{UDPServer} uses datagrams, which
are discrete packets of information that may arrive out of order or be are discrete packets of information that may arrive out of order or be
lost while in transit. The more infrequently used lost while in transit. The more infrequently used
\code{UnixStreamServer} and \code{UnixDatagramServer} classes are \code{UnixStreamServer} and \code{UnixDatagramServer} classes are
similar, but use Unix domain sockets; they're not available on similar, but use \UNIX{} domain sockets; they're not available on
non-Unix platforms. For more details on network programming, consult non-\UNIX{} platforms. For more details on network programming, consult
a book such as W. Richard Steven's \emph{UNIX Network Programming} a book such as W. Richard Steven's \emph{UNIX Network Programming}
or Ralph Davis's \emph{Win32 Network Programming}. or Ralph Davis's \emph{Win32 Network Programming}.
......
...@@ -20,7 +20,7 @@ native toolkit interfaces for the Macintosh. ...@@ -20,7 +20,7 @@ native toolkit interfaces for the Macintosh.
This module defines several new object types and functions that This module defines several new object types and functions that
provide access to the functionality of STDWIN. provide access to the functionality of STDWIN.
On Unix running X11, it can only be used if the \code{DISPLAY} On \UNIX{} running X11, it can only be used if the \code{DISPLAY}
environment variable is set or an explicit \samp{-display environment variable is set or an explicit \samp{-display
\var{displayname}} argument is passed to the Python interpreter. \var{displayname}} argument is passed to the Python interpreter.
......
...@@ -8,8 +8,8 @@ The modules described in this chapter provide various services to ...@@ -8,8 +8,8 @@ The modules described in this chapter provide various services to
World-Wide Web (WWW) clients and/or services, and a few modules World-Wide Web (WWW) clients and/or services, and a few modules
related to news and email. They are all implemented in Python. Some related to news and email. They are all implemented in Python. Some
of these modules require the presence of the system-dependent module of these modules require the presence of the system-dependent module
\code{sockets}, which is currently only fully supported on Unix and \code{sockets}\refbimodindex{socket}, which is currently only fully
Windows NT. Here is an overview: supported on \UNIX{} and Windows NT. Here is an overview:
\begin{description} \begin{description}
......
...@@ -11,8 +11,8 @@ between the client and server. \code{UDPServer} uses datagrams, which ...@@ -11,8 +11,8 @@ between the client and server. \code{UDPServer} uses datagrams, which
are discrete packets of information that may arrive out of order or be are discrete packets of information that may arrive out of order or be
lost while in transit. The more infrequently used lost while in transit. The more infrequently used
\code{UnixStreamServer} and \code{UnixDatagramServer} classes are \code{UnixStreamServer} and \code{UnixDatagramServer} classes are
similar, but use Unix domain sockets; they're not available on similar, but use \UNIX{} domain sockets; they're not available on
non-Unix platforms. For more details on network programming, consult non-\UNIX{} platforms. For more details on network programming, consult
a book such as W. Richard Steven's \emph{UNIX Network Programming} a book such as W. Richard Steven's \emph{UNIX Network Programming}
or Ralph Davis's \emph{Win32 Network Programming}. or Ralph Davis's \emph{Win32 Network Programming}.
......
...@@ -20,7 +20,7 @@ native toolkit interfaces for the Macintosh. ...@@ -20,7 +20,7 @@ native toolkit interfaces for the Macintosh.
This module defines several new object types and functions that This module defines several new object types and functions that
provide access to the functionality of STDWIN. provide access to the functionality of STDWIN.
On Unix running X11, it can only be used if the \code{DISPLAY} On \UNIX{} running X11, it can only be used if the \code{DISPLAY}
environment variable is set or an explicit \samp{-display environment variable is set or an explicit \samp{-display
\var{displayname}} argument is passed to the Python interpreter. \var{displayname}} argument is passed to the Python interpreter.
......
...@@ -8,8 +8,8 @@ The modules described in this chapter provide various services to ...@@ -8,8 +8,8 @@ The modules described in this chapter provide various services to
World-Wide Web (WWW) clients and/or services, and a few modules World-Wide Web (WWW) clients and/or services, and a few modules
related to news and email. They are all implemented in Python. Some related to news and email. They are all implemented in Python. Some
of these modules require the presence of the system-dependent module of these modules require the presence of the system-dependent module
\code{sockets}, which is currently only fully supported on Unix and \code{sockets}\refbimodindex{socket}, which is currently only fully
Windows NT. Here is an overview: supported on \UNIX{} and Windows NT. Here is an overview:
\begin{description} \begin{description}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment