[Python-checkins] python/dist/src/Doc/lib libarray.tex,1.34,1.35 libftplib.tex,1.35,1.36 liboptparse.tex,1.8,1.9 libos.tex,1.123,1.124 libtimeit.tex,1.3,1.4
rhettinger@users.sourceforge.net
rhettinger@users.sourceforge.net
2003年5月09日 20:35:40 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv24497
Modified Files:
libarray.tex libftplib.tex liboptparse.tex libos.tex
libtimeit.tex
Log Message:
Fixed spacing and unbalanced brackets or parenthesis.
Index: libarray.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libarray.tex,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** libarray.tex 4 Apr 2002 14:02:45 -0000 1.34
--- libarray.tex 10 May 2003 03:35:37 -0000 1.35
***************
*** 230,233 ****
about Numerical Python. (A PDF version of the NumPy manual
is available at
! \url{http://numpy.sourceforge.net/numdoc/numdoc.pdf}.}
\end{seealso}
--- 230,233 ----
about Numerical Python. (A PDF version of the NumPy manual
is available at
! \url{http://numpy.sourceforge.net/numdoc/numdoc.pdf}).}
\end{seealso}
Index: libftplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libftplib.tex,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** libftplib.tex 28 Dec 2001 20:54:28 -0000 1.35
--- libftplib.tex 10 May 2003 03:35:37 -0000 1.36
***************
*** 161,165 ****
Retrieve a file or directory listing in \ASCII{} transfer mode.
\var{command} should be an appropriate \samp{RETR} command (see
! \method{retrbinary()} or a \samp{LIST} command (usually just the string
\code{'LIST'}). The \var{callback} function is called for each line,
with the trailing CRLF stripped. The default \var{callback} prints
--- 161,165 ----
Retrieve a file or directory listing in \ASCII{} transfer mode.
\var{command} should be an appropriate \samp{RETR} command (see
! \method{retrbinary()}) or a \samp{LIST} command (usually just the string
\code{'LIST'}). The \var{callback} function is called for each line,
with the trailing CRLF stripped. The default \var{callback} prints
***************
*** 281,285 ****
\begin{methoddesc}{close}{}
Close the connection unilaterally. This should not be applied to an
! already closed connection (such as after a successful call to
\method{quit()}. After this call the \class{FTP} instance should not
be used any more (after a call to \method{close()} or
--- 281,285 ----
\begin{methoddesc}{close}{}
Close the connection unilaterally. This should not be applied to an
! already closed connection such as after a successful call to
\method{quit()}. After this call the \class{FTP} instance should not
be used any more (after a call to \method{close()} or
Index: liboptparse.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liboptparse.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** liboptparse.tex 9 May 2003 18:18:46 -0000 1.8
--- liboptparse.tex 10 May 2003 03:35:37 -0000 1.9
***************
*** 963,966 ****
--- 963,967 ----
help="Input file to read data from"),
make_option("--secret", help=SUPPRESS_HELP)
+ ])
\end{verbatim}
Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -d -r1.123 -r1.124
*** libos.tex 28 Apr 2003 19:15:10 -0000 1.123
--- libos.tex 10 May 2003 03:35:37 -0000 1.124
***************
*** 454,458 ****
If you're starting with a Python file object \var{f}, first do
! \code{\var{f}.flush()}, and then do \code{os.fsync(\var{f}.fileno()},
to ensure that all internal buffers associated with \var{f} are written
to disk.
--- 454,458 ----
If you're starting with a Python file object \var{f}, first do
! \code{\var{f}.flush()}, and then do \code{os.fsync(\var{f}.fileno())},
to ensure that all internal buffers associated with \var{f} are written
to disk.
***************
*** 885,889 ****
\member{st_ino} (inode number),
\member{st_dev} (device),
! \member{st_nlink} (number of hard links,
\member{st_uid} (user ID of owner),
\member{st_gid} (group ID of owner),
--- 885,889 ----
\member{st_ino} (inode number),
\member{st_dev} (device),
! \member{st_nlink} (number of hard links),
\member{st_uid} (user ID of owner),
\member{st_gid} (group ID of owner),
Index: libtimeit.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtimeit.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** libtimeit.tex 9 May 2003 18:21:02 -0000 1.3
--- libtimeit.tex 10 May 2003 03:35:37 -0000 1.4
***************
*** 53,57 ****
\end{methoddesc}
! \begin{methoddesc}{repeat}{\optional{repeat\code{=3}\optional{,
number\code{=1000000}}}}
Call \method{timeit()} a few times.
--- 53,57 ----
\end{methoddesc}
! \begin{methoddesc}{repeat}{\optional{repeat\code{=3} \optional{,
number\code{=1000000}}}}
Call \method{timeit()} a few times.