File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ \section{Standard Module \sectcode{SocketServer}}
1111are discrete packets of information that may arrive out of order or be
1212lost while in transit. The more infrequently used
1313\code {UnixStreamServer} and \code {UnixDatagramServer} classes are
14- similar, but use Unix domain sockets; they're not available on
15- non-Unix platforms. For more details on network programming, consult
14+ similar, but use \UNIX {} domain sockets; they're not available on
15+ non-\UNIX {} platforms. For more details on network programming, consult
1616a book such as W. Richard Steven's \emph {UNIX Network Programming }
1717or Ralph Davis's \emph {Win32 Network Programming }.
1818
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ \section{Built-in Module \sectcode{stdwin}}
2020This module defines several new object types and functions that
2121provide access to the functionality of STDWIN.
2222
23- On Unix running X11, it can only be used if the \code {DISPLAY}
23+ On \UNIX {} running X11, it can only be used if the \code {DISPLAY}
2424environment variable is set or an explicit \samp {-display
2525\var {displayname}} argument is passed to the Python interpreter.
2626
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ \chapter{Internet and WWW Services}
88World-Wide Web (WWW) clients and/or services, and a few modules
99related to news and email. They are all implemented in Python. Some
1010of these modules require the presence of the system-dependent module
11- \code {sockets}, which is currently only fully supported on Unix and
12- Windows NT. Here is an overview:
11+ \code {sockets}\refbimodindex {socket} , which is currently only fully
12+ supported on \UNIX {} and Windows NT. Here is an overview:
1313
1414\begin {description }
1515
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ \section{Standard Module \sectcode{SocketServer}}
1111are discrete packets of information that may arrive out of order or be
1212lost while in transit. The more infrequently used
1313\code {UnixStreamServer} and \code {UnixDatagramServer} classes are
14- similar, but use Unix domain sockets; they're not available on
15- non-Unix platforms. For more details on network programming, consult
14+ similar, but use \UNIX {} domain sockets; they're not available on
15+ non-\UNIX {} platforms. For more details on network programming, consult
1616a book such as W. Richard Steven's \emph {UNIX Network Programming }
1717or Ralph Davis's \emph {Win32 Network Programming }.
1818
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ \section{Built-in Module \sectcode{stdwin}}
2020This module defines several new object types and functions that
2121provide access to the functionality of STDWIN.
2222
23- On Unix running X11, it can only be used if the \code {DISPLAY}
23+ On \UNIX {} running X11, it can only be used if the \code {DISPLAY}
2424environment variable is set or an explicit \samp {-display
2525\var {displayname}} argument is passed to the Python interpreter.
2626
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ \chapter{Internet and WWW Services}
88World-Wide Web (WWW) clients and/or services, and a few modules
99related to news and email. They are all implemented in Python. Some
1010of these modules require the presence of the system-dependent module
11- \code {sockets}, which is currently only fully supported on Unix and
12- Windows NT. Here is an overview:
11+ \code {sockets}\refbimodindex {socket} , which is currently only fully
12+ supported on \UNIX {} and Windows NT. Here is an overview:
1313
1414\begin {description }
1515
You can’t perform that action at this time.
0 commit comments