[Python-checkins] python/dist/src/Doc/lib libcodecs.tex, 1.24, 1.25 libfuncs.tex, 1.148, 1.149 libgopherlib.tex, 1.12, 1.13 libimgfile.tex, 1.11, 1.12 libitertools.tex, 1.16, 1.17 libmultifile.tex, 1.13, 1.14 libregex.tex, 1.33, 1.34

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Sep 22 11:00:59 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv8330

Modified Files:
	libcodecs.tex libfuncs.tex libgopherlib.tex libimgfile.tex 
	libitertools.tex libmultifile.tex libregex.tex 
Log Message:
SF 810242.  Fix doubled word errors.

Index: libcodecs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcodecs.tex,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** libcodecs.tex	1 Sep 2003 23:13:04 -0000	1.24
--- libcodecs.tex	22 Sep 2003 15:00:53 -0000	1.25
***************
*** 162,166 ****
  
  \var{encoding} specifies the encoding which is to be used for the
! the file.
  
  \var{errors} may be given to define the error handling. It defaults
--- 162,166 ----
  
  \var{encoding} specifies the encoding which is to be used for the
! file.
  
  \var{errors} may be given to define the error handling. It defaults

Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.148
retrieving revision 1.149
diff -C2 -d -r1.148 -r1.149
*** libfuncs.tex	9 Sep 2003 01:12:18 -0000	1.148
--- libfuncs.tex	22 Sep 2003 15:00:54 -0000	1.149
***************
*** 976,980 ****
    If \var{sequence} is already a tuple, it
    is returned unchanged.  For instance, \code{tuple('abc')} returns
!   returns \code{('a', 'b', 'c')} and \code{tuple([1, 2, 3])} returns
    \code{(1, 2, 3)}.  If no argument is given, returns a new empty
    tuple, \code{()}.
--- 976,980 ----
    If \var{sequence} is already a tuple, it
    is returned unchanged.  For instance, \code{tuple('abc')} returns
!   \code{('a', 'b', 'c')} and \code{tuple([1, 2, 3])} returns
    \code{(1, 2, 3)}.  If no argument is given, returns a new empty
    tuple, \code{()}.

Index: libgopherlib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgopherlib.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** libgopherlib.tex	22 Apr 1999 16:17:45 -0000	1.12
--- libgopherlib.tex	22 Sep 2003 15:00:54 -0000	1.13
***************
*** 8,12 ****
  
  This module provides a minimal implementation of client side of the
! the Gopher protocol.  It is used by the module \refmodule{urllib} to
  handle URLs that use the Gopher protocol.
  
--- 8,12 ----
  
  This module provides a minimal implementation of client side of the
! Gopher protocol.  It is used by the module \refmodule{urllib} to
  handle URLs that use the Gopher protocol.
  

Index: libimgfile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libimgfile.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** libimgfile.tex	2 Mar 1999 16:37:11 -0000	1.11
--- libimgfile.tex	22 Sep 2003 15:00:55 -0000	1.12
***************
*** 10,14 ****
  files (also known as \file{.rgb} files).  The module is far from
  complete, but is provided anyway since the functionality that there is
! is enough in some cases.  Currently, colormap files are not supported.
  
  The module defines the following variables and functions:
--- 10,14 ----
  files (also known as \file{.rgb} files).  The module is far from
  complete, but is provided anyway since the functionality that there is
! enough in some cases.  Currently, colormap files are not supported.
  
  The module defines the following variables and functions:

Index: libitertools.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libitertools.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** libitertools.tex	8 Sep 2003 23:58:40 -0000	1.16
--- libitertools.tex	22 Sep 2003 15:00:55 -0000	1.17
***************
*** 42,46 ****
  The performance advantage of iterators becomes more acute as the number
  of elements increases -- at some point, lists grow large enough to
! to severely impact memory cache performance and start running slowly.
  
  \begin{seealso}
--- 42,46 ----
  The performance advantage of iterators becomes more acute as the number
  of elements increases -- at some point, lists grow large enough to
! severely impact memory cache performance and start running slowly.
  
  \begin{seealso}

Index: libmultifile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmultifile.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** libmultifile.tex	25 Aug 2003 04:28:04 -0000	1.13
--- libmultifile.tex	22 Sep 2003 15:00:55 -0000	1.14
***************
*** 122,126 ****
  method prepends \code{'-}\code{-'} and appends \code{'-}\code{-'} (like a
  MIME-multipart end-of-message marker) but it is declared so it can be
! be overridden in derived classes.  This method need not append LF or
  CR-LF, as comparison with the result ignores trailing whitespace.
  \end{methoddesc}
--- 122,126 ----
  method prepends \code{'-}\code{-'} and appends \code{'-}\code{-'} (like a
  MIME-multipart end-of-message marker) but it is declared so it can be
! overridden in derived classes.  This method need not append LF or
  CR-LF, as comparison with the result ignores trailing whitespace.
  \end{methoddesc}

Index: libregex.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libregex.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** libregex.tex	25 Sep 2000 17:23:04 -0000	1.33
--- libregex.tex	22 Sep 2003 15:00:55 -0000	1.34
***************
*** 316,320 ****
  zero, the corresponding return value is the entire matching string; if
  it is in the inclusive range [1..99], it is the string matching the
! the corresponding parenthesized group (using the default syntax,
  groups are parenthesized using \code{{\e}(} and \code{{\e})}).  If no
  such group exists, the corresponding result is \code{None}.
--- 316,320 ----
  zero, the corresponding return value is the entire matching string; if
  it is in the inclusive range [1..99], it is the string matching the
! corresponding parenthesized group (using the default syntax,
  groups are parenthesized using \code{{\e}(} and \code{{\e})}).  If no
  such group exists, the corresponding result is \code{None}.





More information about the Python-checkins mailing list