[Python-checkins] CVS: python/dist/src/Doc/lib libamoeba.tex,1.15,1.16 libbase64.tex,1.19,1.20 libbinascii.tex,1.22,1.23 libbinhex.tex,1.8,1.9 libcalendar.tex,1.12,1.13 libcgi.tex,1.33,1.34 libcurses.tex,1.36,1.37 libdl.tex,1.4,1.5 libexcs.tex,1.42,1.43 libfcntl.tex,1.26,1.27 libfnmatch.tex,1.19,1.20 libgetpass.tex,1.3,1.4 libmailbox.tex,1.23,1.24 libmmap.tex,1.6,1.7 libos.tex,1.70,1.71 libposix.tex,1.60,1.61 libposixfile.tex,1.25,1.26 libposixpath.tex,1.21,1.22 libselect.tex,1.19,1.20 libsite.tex,1.21,1.22 libstat.tex,1.21,1.22 libstdtypes.tex,1.75,1.76 libsys.tex,1.55,1.56 libtelnetlib.tex,1.8,1.9 libtempfile.tex,1.16,1.17 libtermios.tex,1.21,1.22 libthread.tex,1.23,1.24 libtime.tex,1.47,1.48 libtty.tex,1.2,1.3 tkinter.tex,1.3,1.4

Fred L. Drake fdrake@users.sourceforge.net
2001年11月27日 23:26:17 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv17014/lib
Modified Files:
	libamoeba.tex libbase64.tex libbinascii.tex libbinhex.tex 
	libcalendar.tex libcgi.tex libcurses.tex libdl.tex libexcs.tex 
	libfcntl.tex libfnmatch.tex libgetpass.tex libmailbox.tex 
	libmmap.tex libos.tex libposix.tex libposixfile.tex 
	libposixpath.tex libselect.tex libsite.tex libstat.tex 
	libstdtypes.tex libsys.tex libtelnetlib.tex libtempfile.tex 
	libtermios.tex libthread.tex libtime.tex libtty.tex 
	tkinter.tex 
Log Message:
Clean up some markup cruft. A number of the macros that take no
parameters (like \UNIX) are commonly entered using an empty group to
separate the markup from a following inter-word space; this is not
needed when the next character is punctuation, or the markup is the
last thing in the enclosing group. These cases were marked
inconsistently; the empty group is now *only* used when needed.
Index: libamoeba.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libamoeba.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libamoeba.tex	1999年03月02日 16:37:06	1.15
--- libamoeba.tex	2001年11月28日 07:26:15	1.16
***************
*** 124,128 ****
 
 \begin{funcdesc}{tod_gettime}{}
! Returns the time (in seconds since the Epoch, in UCT, as for \POSIX{}) from
 a time server.
 \end{funcdesc}
--- 124,128 ----
 
 \begin{funcdesc}{tod_gettime}{}
! Returns the time (in seconds since the Epoch, in UCT, as for \POSIX) from
 a time server.
 \end{funcdesc}
Index: libbase64.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbase64.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** libbase64.tex	2001年09月28日 16:01:46	1.19
--- libbase64.tex	2001年11月28日 07:26:15	1.20
***************
*** 57,61 ****
 
 \begin{seealso}
! \seemodule{binascii}{Support module containing \ASCII{}-to-binary
 and binary-to-\ASCII{} conversions.}
 \seerfc{1521}{MIME (Multipurpose Internet Mail Extensions) Part One:
--- 57,61 ----
 
 \begin{seealso}
! \seemodule{binascii}{Support module containing \ASCII-to-binary
 and binary-to-\ASCII{} conversions.}
 \seerfc{1521}{MIME (Multipurpose Internet Mail Extensions) Part One:
Index: libbinascii.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbinascii.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** libbinascii.tex	2001年10月15日 13:45:49	1.22
--- libbinascii.tex	2001年11月28日 07:26:15	1.23
***************
*** 1,4 ****
 \section{\module{binascii} ---
! Convert between binary and \ASCII{}}
 
 \declaremodule{builtin}{binascii}
--- 1,4 ----
 \section{\module{binascii} ---
! Convert between binary and \ASCII}
 
 \declaremodule{builtin}{binascii}
***************
*** 8,12 ****
 
 The \module{binascii} module contains a number of methods to convert
! between binary and various \ASCII{}-encoded binary
 representations. Normally, you will not use these functions directly
 but use wrapper modules like \refmodule{uu}\refstmodindex{uu} or
--- 8,12 ----
 
 The \module{binascii} module contains a number of methods to convert
! between binary and various \ASCII-encoded binary
 representations. Normally, you will not use these functions directly
 but use wrapper modules like \refmodule{uu}\refstmodindex{uu} or
Index: libbinhex.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbinhex.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** libbinhex.tex	2000年10月18日 17:43:06	1.8
--- libbinhex.tex	2001年11月28日 07:26:15	1.9
***************
*** 7,11 ****
 
 This module encodes and decodes files in binhex4 format, a format
! allowing representation of Macintosh files in \ASCII{}. On the Macintosh,
 both forks of a file and the finder information are encoded (or
 decoded), on other platforms only the data fork is handled.
--- 7,11 ----
 
 This module encodes and decodes files in binhex4 format, a format
! allowing representation of Macintosh files in \ASCII. On the Macintosh,
 both forks of a file and the finder information are encoded (or
 decoded), on other platforms only the data fork is handled.
Index: libcalendar.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcalendar.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** libcalendar.tex	2001年11月06日 22:14:34	1.12
--- libcalendar.tex	2001年11月28日 07:26:15	1.13
***************
*** 87,91 ****
 An unrelated but handy function that takes a time tuple such as
 returned by the \function{gmtime()} function in the \refmodule{time}
! module, and returns the corresponding Unix timestamp value, assuming
 an epoch of 1970, and the POSIX encoding. In fact,
 \function{time.gmtime()} and \function{timegm()} are each others' inverse.
--- 87,91 ----
 An unrelated but handy function that takes a time tuple such as
 returned by the \function{gmtime()} function in the \refmodule{time}
! module, and returns the corresponding \UNIX{} timestamp value, assuming
 an epoch of 1970, and the POSIX encoding. In fact,
 \function{time.gmtime()} and \function{timegm()} are each others' inverse.
Index: libcgi.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcgi.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** libcgi.tex	2001年09月11日 16:27:03	1.33
--- libcgi.tex	2001年11月28日 07:26:15	1.34
***************
*** 406,410 ****
 
 
! \subsection{Installing your CGI script on a Unix system}
 
 Read the documentation for your HTTP server and check with your local
--- 406,410 ----
 
 
! \subsection{Installing your CGI script on a \UNIX\ system}
 
 Read the documentation for your HTTP server and check with your local
Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** libcurses.tex	2001年10月20日 16:07:41	1.36
--- libcurses.tex	2001年11月28日 07:26:15	1.37
***************
*** 151,155 ****
 
 \begin{funcdesc}{erasechar}{}
! Returns the user's current erase character. Under Unix operating
 systems this is a property of the controlling tty of the curses
 program, and is not set by the curses library itself.
--- 151,155 ----
 
 \begin{funcdesc}{erasechar}{}
! Returns the user's current erase character. Under \UNIX{} operating
 systems this is a property of the controlling tty of the curses
 program, and is not set by the curses library itself.
***************
*** 285,289 ****
 
 \begin{funcdesc}{killchar}{}
! Returns the user's current line kill character. Under Unix operating
 systems this is a property of the controlling tty of the curses
 program, and is not set by the curses library itself.
--- 285,289 ----
 
 \begin{funcdesc}{killchar}{}
! Returns the user's current line kill character. Under \UNIX{} operating
 systems this is a property of the controlling tty of the curses
 program, and is not set by the curses library itself.
Index: libdl.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdl.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** libdl.tex	2001年10月20日 04:24:09	1.4
--- libdl.tex	2001年11月28日 07:26:15	1.5
***************
*** 88,92 ****
 The arguments must be either Python integers, which will be 
 passed as is, Python strings, to which a pointer will be passed, 
! or \code{None}, which will be passed as \NULL{}. Note that 
 strings should only be passed to functions as \ctype{const char*}, as
 Python will not like its string mutated.
--- 88,92 ----
 The arguments must be either Python integers, which will be 
 passed as is, Python strings, to which a pointer will be passed, 
! or \code{None}, which will be passed as \NULL. Note that 
 strings should only be passed to functions as \ctype{const char*}, as
 Python will not like its string mutated.
Index: libexcs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libexcs.tex,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** libexcs.tex	2001年10月06日 06:10:54	1.42
--- libexcs.tex	2001年11月28日 07:26:15	1.43
***************
*** 137,145 ****
 % XXXJH xrefs here
 Raised when one of the built-in functions (\function{input()} or
! \function{raw_input()}) hits an end-of-file condition (\EOF{}) without
 reading any data.
 % XXXJH xrefs here
 (N.B.: the \method{read()} and \method{readline()} methods of file
! objects return an empty string when they hit \EOF{}.)
 \end{excdesc}
 
--- 137,145 ----
 % XXXJH xrefs here
 Raised when one of the built-in functions (\function{input()} or
! \function{raw_input()}) hits an end-of-file condition (\EOF) without
 reading any data.
 % XXXJH xrefs here
 (N.B.: the \method{read()} and \method{readline()} methods of file
! objects return an empty string when they hit \EOF.)
 \end{excdesc}
 
Index: libfcntl.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfcntl.tex,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** libfcntl.tex	2001年05月09日 21:09:57	1.26
--- libfcntl.tex	2001年11月28日 07:26:15	1.27
***************
*** 7,12 ****
 \sectionauthor{Jaap Vermeulen}{}
 
! \indexii{UNIX@\UNIX{}}{file control}
! \indexii{UNIX@\UNIX{}}{I/O control}
 
 This module performs file control and I/O control on file descriptors.
--- 7,12 ----
 \sectionauthor{Jaap Vermeulen}{}
 
! \indexii{UNIX@\UNIX}{file control}
! \indexii{UNIX@\UNIX}{I/O control}
 
 This module performs file control and I/O control on file descriptors.
Index: libfnmatch.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfnmatch.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** libfnmatch.tex	2001年06月16日 08:14:04	1.19
--- libfnmatch.tex	2001年11月28日 07:26:15	1.20
***************
*** 20,24 ****
 \end{tableii}
 
! Note that the filename separator (\code{'/'} on \UNIX{}) is \emph{not}
 special to this module. See module
 \refmodule{glob}\refstmodindex{glob} for pathname expansion
--- 20,24 ----
 \end{tableii}
 
! Note that the filename separator (\code{'/'} on \UNIX) is \emph{not}
 special to this module. See module
 \refmodule{glob}\refstmodindex{glob} for pathname expansion
Index: libgetpass.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgetpass.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** libgetpass.tex	1999年04月22日 21:23:21	1.3
--- libgetpass.tex	2001年11月28日 07:26:15	1.4
***************
*** 16,20 ****
 prompted using the string \var{prompt}, which defaults to
 \code{'Password: '}.
! Availability: Macintosh, \UNIX{}, Windows.
 \end{funcdesc}
 
--- 16,20 ----
 prompted using the string \var{prompt}, which defaults to
 \code{'Password: '}.
! Availability: Macintosh, \UNIX, Windows.
 \end{funcdesc}
 
***************
*** 22,26 ****
 \begin{funcdesc}{getuser}{}
 Return the ``login name'' of the user.
! Availability: \UNIX{}, Windows.
 
 This function checks the environment variables \envvar{LOGNAME},
--- 22,26 ----
 \begin{funcdesc}{getuser}{}
 Return the ``login name'' of the user.
! Availability: \UNIX, Windows.
 
 This function checks the environment variables \envvar{LOGNAME},
Index: libmailbox.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmailbox.tex,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** libmailbox.tex	2001年10月01日 15:49:56	1.23
--- libmailbox.tex	2001年11月28日 07:26:15	1.24
***************
*** 7,11 ****
 
 This module defines a number of classes that allow easy and uniform
! access to mail messages in a (\UNIX{}) mailbox.
 
 \begin{classdesc}{UnixMailbox}{fp\optional{, factory}}
--- 7,11 ----
 
 This module defines a number of classes that allow easy and uniform
! access to mail messages in a (\UNIX) mailbox.
 
 \begin{classdesc}{UnixMailbox}{fp\optional{, factory}}
Index: libmmap.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmmap.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** libmmap.tex	2001年11月13日 23:11:19	1.6
--- libmmap.tex	2001年11月28日 07:26:15	1.7
***************
*** 3,7 ****
 
 \declaremodule{builtin}{mmap}
! \modulesynopsis{Interface to memory-mapped files for Unix and Windows.}
 
 Memory-mapped file objects behave like both mutable strings and like
--- 3,7 ----
 
 \declaremodule{builtin}{mmap}
! \modulesynopsis{Interface to memory-mapped files for \UNIX\ and Windows.}
 
 Memory-mapped file objects behave like both mutable strings and like
Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** libos.tex	2001年10月18日 18:58:30	1.70
--- libos.tex	2001年11月28日 07:26:15	1.71
***************
*** 112,121 ****
 Return the filename corresponding to the controlling terminal of the
 process.
! Availability: \UNIX{}.
 \end{funcdesc}
 
 \begin{funcdesc}{getegid}{}
 Return the current process' effective group id.
! Availability: \UNIX{}.
 \end{funcdesc}
 
[...1125 lines suppressed...]
 If the configuration value specified by \var{name} isn't defined, the
--- 1189,1193 ----
 included in that mapping, passing an integer for \var{name} is also
 accepted.
! Availability: \UNIX.
 
 If the configuration value specified by \var{name} isn't defined, the
***************
*** 1215,1219 ****
 that provides information on the known names is given by
 \code{sysconf_names}.
! Availability: \UNIX{}.
 \end{funcdesc}
 
--- 1215,1219 ----
 that provides information on the known names is given by
 \code{sysconf_names}.
! Availability: \UNIX.
 \end{funcdesc}
 
Index: libposix.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libposix.tex,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** libposix.tex	2001年10月24日 21:10:52	1.60
--- libposix.tex	2001年11月28日 07:26:15	1.61
***************
*** 14,18 ****
 \strong{Do not import this module directly.} Instead, import the
 module \refmodule{os}, which provides a \emph{portable} version of this
! interface. On \UNIX{}, the \refmodule{os} module provides a superset of
 the \module{posix} interface. On non-\UNIX{} operating systems the
 \module{posix} module is not available, but a subset is always
--- 14,18 ----
 \strong{Do not import this module directly.} Instead, import the
 module \refmodule{os}, which provides a \emph{portable} version of this
! interface. On \UNIX, the \refmodule{os} module provides a superset of
 the \module{posix} interface. On non-\UNIX{} operating systems the
 \module{posix} module is not available, but a subset is always
Index: libposixfile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libposixfile.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** libposixfile.tex	2001年10月24日 21:56:59	1.25
--- libposixfile.tex	2001年11月28日 07:26:15	1.26
***************
*** 10,14 ****
 
 
! \indexii{\POSIX{}}{file object}
 
 \deprecated{1.5}{The locking operation that this module provides is
--- 10,14 ----
 
 
! \indexii{\POSIX}{file object}
 
 \deprecated{1.5}{The locking operation that this module provides is
***************
*** 23,27 ****
 has all the standard file object methods and adds the methods
 described below. This module only works for certain flavors of
! \UNIX{}, since it uses \function{fcntl.fcntl()} for file locking.%
 \withsubitem{(in module fcntl)}{\ttindex{fcntl()}}
 
--- 23,27 ----
 has all the standard file object methods and adds the methods
 described below. This module only works for certain flavors of
! \UNIX, since it uses \function{fcntl.fcntl()} for file locking.%
 \withsubitem{(in module fcntl)}{\ttindex{fcntl()}}
 
Index: libposixpath.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libposixpath.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** libposixpath.tex	2001年10月20日 04:24:09	1.21
--- libposixpath.tex	2001年11月28日 07:26:15	1.22
***************
*** 128,132 ****
 
 \begin{funcdesc}{normcase}{path}
! Normalize the case of a pathname. On \UNIX{}, this returns the path
 unchanged; on case-insensitive filesystems, it converts the path to
 lowercase. On Windows, it also converts forward slashes to backward
--- 128,132 ----
 
 \begin{funcdesc}{normcase}{path}
! Normalize the case of a pathname. On \UNIX, this returns the path
 unchanged; on case-insensitive filesystems, it converts the path to
 lowercase. On Windows, it also converts forward slashes to backward
***************
*** 145,149 ****
 Return the canonical path of the specified filename, eliminating any
 symbolic links encountered in the path.
! Availability: \UNIX{}.
 \versionadded{2.2}
 \end{funcdesc}
--- 145,149 ----
 Return the canonical path of the specified filename, eliminating any
 symbolic links encountered in the path.
! Availability: \UNIX.
 \versionadded{2.2}
 \end{funcdesc}
***************
*** 154,158 ****
 Raise an exception if a \function{os.stat()} call on either pathname
 fails.
! Availability: Macintosh, \UNIX{}.
 \end{funcdesc}
 
--- 154,158 ----
 Raise an exception if a \function{os.stat()} call on either pathname
 fails.
! Availability: Macintosh, \UNIX.
 \end{funcdesc}
 
***************
*** 161,165 ****
 same file. The two file objects may represent different file
 descriptors.
! Availability: Macintosh, \UNIX{}.
 \end{funcdesc}
 
--- 161,165 ----
 same file. The two file objects may represent different file
 descriptors.
! Availability: Macintosh, \UNIX.
 \end{funcdesc}
 
***************
*** 170,174 ****
 function implements the underlying comparison used by
 \function{samefile()} and \function{sameopenfile()}.
! Availability: Macintosh, \UNIX{}.
 \end{funcdesc}
 
--- 170,174 ----
 function implements the underlying comparison used by
 \function{samefile()} and \function{sameopenfile()}.
! Availability: Macintosh, \UNIX.
 \end{funcdesc}
 
Index: libselect.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libselect.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** libselect.tex	2001年10月20日 04:24:09	1.19
--- libselect.tex	2001年11月28日 07:26:15	1.20
***************
*** 10,14 ****
 available in most operating systems. Note that on Windows, it only
 works for sockets; on other operating systems, it also works for other
! file types (in particular, on \UNIX{}, it works on pipes). It cannot
 be used on regular files to determine whether a file has grown since
 it was last read.
--- 10,14 ----
 available in most operating systems. Note that on Windows, it only
 works for sockets; on other operating systems, it also works for other
! file types (in particular, on \UNIX, it works on pipes). It cannot
 be used on regular files to determine whether a file has grown since
 it was last read.
***************
*** 68,72 ****
 \label{poll-objects}}
 
! The \cfunction{poll()} system call, supported on most Unix systems,
 provides better scalability for network servers that service many,
 many clients at the same time.
--- 68,72 ----
 \label{poll-objects}}
 
! The \cfunction{poll()} system call, supported on most \UNIX{} systems,
 provides better scalability for network servers that service many,
 many clients at the same time.
Index: libsite.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsite.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** libsite.tex	2001年01月11日 22:07:25	1.21
--- libsite.tex	2001年11月28日 07:26:15	1.22
***************
*** 21,25 ****
 the tail part, it uses the empty string (on Macintosh or Windows) or
 it uses first \file{lib/python\shortversion/site-packages} and then
! \file{lib/site-python} (on \UNIX{}). For each of the distinct
 head-tail combinations, it sees if it refers to an existing directory,
 and if so, adds to \code{sys.path}, and also inspects the path for
--- 21,25 ----
 the tail part, it uses the empty string (on Macintosh or Windows) or
 it uses first \file{lib/python\shortversion/site-packages} and then
! \file{lib/site-python} (on \UNIX). For each of the distinct
 head-tail combinations, it sees if it refers to an existing directory,
 and if so, adds to \code{sys.path}, and also inspects the path for
Index: libstat.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstat.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** libstat.tex	2001年01月11日 16:02:08	1.21
--- libstat.tex	2001年11月28日 07:26:15	1.22
***************
*** 116,123 ****
 The interpretation of ``file size'' changes according to the file
 type. For plain files this is the size of the file in bytes. For
! FIFOs and sockets under most Unixes (including Linux in particular),
! the ``size'' is the number of bytes waiting to be read at the time of
! the call to \function{os.stat()}, \function{os.fstat()}, or
! \function{os.lstat()}; this can sometimes be useful, especially for
 polling one of these special files after a non-blocking open. The
 meaning of the size field for other character and block devices varies
--- 116,123 ----
 The interpretation of ``file size'' changes according to the file
 type. For plain files this is the size of the file in bytes. For
! FIFOs and sockets under most flavors of \UNIX{} (including Linux in
! particular), the ``size'' is the number of bytes waiting to be read at
! the time of the call to \function{os.stat()}, \function{os.fstat()},
! or \function{os.lstat()}; this can sometimes be useful, especially for
 polling one of these special files after a non-blocking open. The
 meaning of the size field for other character and block devices varies
Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** libstdtypes.tex	2001年10月30日 06:23:14	1.75
--- libstdtypes.tex	2001年11月28日 07:26:15	1.76
***************
*** 129,133 ****
 (I couldn't choose between \ABC{} and C! :-)
 \index{ABC language@\ABC{} language}
! \index{language!ABC@\ABC{}}
 \indexii{C}{language}
 \code{!=} is the preferred spelling; \code{<>} is obsolescent.
--- 129,133 ----
 (I couldn't choose between \ABC{} and C! :-)
 \index{ABC language@\ABC{} language}
! \index{language!ABC@\ABC}
 \indexii{C}{language}
 \code{!=} is the preferred spelling; \code{<>} is obsolescent.
***************
*** 1106,1110 ****
 Read until \EOF{} using \method{readline()} and return a list containing
 the lines thus read. If the optional \var{sizehint} argument is
! present, instead of reading up to \EOF{}, whole lines totalling
 approximately \var{sizehint} bytes (possibly after rounding up to an
 internal buffer size) are read. Objects implementing a file-like
--- 1106,1110 ----
 Read until \EOF{} using \method{readline()} and return a list containing
 the lines thus read. If the optional \var{sizehint} argument is
! present, instead of reading up to \EOF, whole lines totalling
 approximately \var{sizehint} bytes (possibly after rounding up to an
 internal buffer size) are read. Objects implementing a file-like
Index: libsys.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsys.tex,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** libsys.tex	2001年10月23日 01:59:54	1.55
--- libsys.tex	2001年11月28日 07:26:15	1.56
***************
*** 157,161 ****
 produce undefined results otherwise. Some systems have a convention
 for assigning specific meanings to specific exit codes, but these
! are generally underdeveloped; Unix programs generally use 2 for
 command line syntax errors and 1 for all other kind of errors. If
 another type of object is passed, \code{None} is equivalent to
--- 157,161 ----
 produce undefined results otherwise. Some systems have a convention
 for assigning specific meanings to specific exit codes, but these
! are generally underdeveloped; \UNIX{} programs generally use 2 for
 command line syntax errors and 1 for all other kind of errors. If
 another type of object is passed, \code{None} is equivalent to
Index: libtelnetlib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtelnetlib.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** libtelnetlib.tex	2001年09月06日 08:51:38	1.8
--- libtelnetlib.tex	2001年11月28日 07:26:15	1.9
***************
*** 56,60 ****
 
 \begin{methoddesc}{read_all}{}
! Read all data until \EOF{}; block until connection closed.
 \end{methoddesc}
 
--- 56,60 ----
 
 \begin{methoddesc}{read_all}{}
! Read all data until \EOF; block until connection closed.
 \end{methoddesc}
 
Index: libtempfile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtempfile.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** libtempfile.tex	2000年07月16日 19:01:10	1.16
--- libtempfile.tex	2001年11月28日 07:26:15	1.17
***************
*** 51,55 ****
 directory in which filenames returned by \function{mktemp()} reside.
 The default is taken from the environment variable \envvar{TMPDIR}; if
! this is not set, either \file{/usr/tmp} is used (on \UNIX{}), or the
 current working directory (all other systems). No check is made to
 see whether its value is valid.
--- 51,55 ----
 directory in which filenames returned by \function{mktemp()} reside.
 The default is taken from the environment variable \envvar{TMPDIR}; if
! this is not set, either \file{/usr/tmp} is used (on \UNIX), or the
 current working directory (all other systems). No check is made to
 see whether its value is valid.
***************
*** 69,73 ****
 \function{mktemp()}. A string of decimal digits is added to generate
 unique filenames. The default is either \file{@\var{pid}.} where
! \var{pid} is the current process ID (on \UNIX{}),
 \file{\textasciitilde\var{pid}-} on Windows NT, \file{Python-Tmp-} on
 MacOS, or \file{tmp} (all other systems).
--- 69,73 ----
 \function{mktemp()}. A string of decimal digits is added to generate
 unique filenames. The default is either \file{@\var{pid}.} where
! \var{pid} is the current process ID (on \UNIX),
 \file{\textasciitilde\var{pid}-} on Windows NT, \file{Python-Tmp-} on
 MacOS, or \file{tmp} (all other systems).
Index: libtermios.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtermios.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** libtermios.tex	2001年05月09日 15:50:17	1.21
--- libtermios.tex	2001年11月28日 07:26:15	1.22
***************
*** 6,10 ****
 \modulesynopsis{\POSIX\ style tty control.}
 
! \indexii{\POSIX{}}{I/O control}
 \indexii{tty}{I/O control}
 
--- 6,10 ----
 \modulesynopsis{\POSIX\ style tty control.}
 
! \indexii{\POSIX}{I/O control}
 \indexii{tty}{I/O control}
 
***************
*** 116,120 ****
 
 
! \indexii{\POSIX{}}{I/O control}
 \indexii{tty}{I/O control}
 
--- 116,120 ----
 
 
! \indexii{\POSIX}{I/O control}
 \indexii{tty}{I/O control}
 
Index: libthread.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libthread.tex,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** libthread.tex	2001年10月16日 21:13:49	1.23
--- libthread.tex	2001年11月28日 07:26:15	1.24
***************
*** 20,24 ****
 (a.k.a. ``pthread'') implementation.
 \index{pthreads}
! \indexii{threads}{\POSIX{}}
 
 It defines the following constant and functions:
--- 20,24 ----
 (a.k.a. ``pthread'') implementation.
 \index{pthreads}
! \indexii{threads}{\POSIX}
 
 It defines the following constant and functions:
Index: libtime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtime.tex,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** libtime.tex	2001年10月29日 18:01:24	1.47
--- libtime.tex	2001年11月28日 07:26:15	1.48
***************
*** 17,21 ****
 The \dfn{epoch}\index{epoch} is the point where the time starts. On
 January 1st of that year, at 0 hours, the ``time since the epoch'' is
! zero. For \UNIX{}, the epoch is 1970. To find out what the epoch is,
 look at \code{gmtime(0)}.
 
--- 17,21 ----
 The \dfn{epoch}\index{epoch} is the point where the time starts. On
 January 1st of that year, at 0 hours, the ``time since the epoch'' is
! zero. For \UNIX, the epoch is 1970. To find out what the epoch is,
 look at \code{gmtime(0)}.
 
***************
*** 23,27 ****
 The functions in this module do not handle dates and times before the
 epoch or far in the future. The cut-off point in the future is
! determined by the C library; for \UNIX{}, it is typically in
 2038\index{Year 2038}.
 
--- 23,27 ----
 The functions in this module do not handle dates and times before the
 epoch or far in the future. The cut-off point in the future is
! determined by the C library; for \UNIX, it is typically in
 2038\index{Year 2038}.
 
Index: libtty.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtty.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** libtty.tex	2000年12月01日 15:25:23	1.2
--- libtty.tex	2001年11月28日 07:26:15	1.3
***************
*** 13,17 ****
 
 Because it requires the \refmodule{termios} module, it will work
! only on \UNIX{}.
 
 The \module{tty} module defines the following functions:
--- 13,17 ----
 
 Because it requires the \refmodule{termios} module, it will work
! only on \UNIX.
 
 The \module{tty} module defines the following functions:
Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tkinter.tex	2001年11月16日 06:02:55	1.3
--- tkinter.tex	2001年11月28日 07:26:15	1.4
***************
*** 40,44 ****
 The \module{Tkinter} module (``Tk interface'') is the standard Python
 interface to the Tk GUI toolkit, now maintained at ActiveState. Both
! Tk and \module{Tkinter} are available on most Unix platforms, as well
 as on Windows and Macintosh systems.
 
--- 40,44 ----
 The \module{Tkinter} module (``Tk interface'') is the standard Python
 interface to the Tk GUI toolkit, now maintained at ActiveState. Both
! Tk and \module{Tkinter} are available on most \UNIX{} platforms, as well
 as on Windows and Macintosh systems.
 
***************
*** 1675,1679 ****
 is a GUI toolkit that combines the most attractive attributes of Qt,
 Tk, Motif, and GTK+ in one powerful and efficient package. It is
! implemented in \Cpp. wxWindows supports two flavors of Unix
 implementation: GTK+ and Motif, and under Windows, it has a standard
 Microsoft Foundation Classes (MFC) appearance, because it uses Win32
--- 1675,1679 ----
 is a GUI toolkit that combines the most attractive attributes of Qt,
 Tk, Motif, and GTK+ in one powerful and efficient package. It is
! implemented in \Cpp. wxWindows supports two flavors of \UNIX{}
 implementation: GTK+ and Motif, and under Windows, it has a standard
 Microsoft Foundation Classes (MFC) appearance, because it uses Win32

AltStyle によって変換されたページ (->オリジナル) /