[Python-checkins] python/dist/src/Doc/lib libcgi.tex, 1.40, 1.40.10.1 libcodecs.tex, 1.22, 1.22.8.1 libcurses.tex, 1.42, 1.42.8.1 libdoctest.tex, 1.17, 1.17.8.1 libfuncs.tex, 1.143, 1.143.8.1 libgettext.tex, 1.20.6.1, 1.20.6.2 libpickle.tex, 1.42, 1.42.10.1 libre.tex, 1.101, 1.101.8.1 libstdwin.tex, 1.25, 1.25.26.1

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Aug 11 17:43:06 EDT 2003


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

Modified Files:
      Tag: release23-maint
	libcgi.tex libcodecs.tex libcurses.tex libdoctest.tex 
	libfuncs.tex libgettext.tex libpickle.tex libre.tex 
	libstdwin.tex 
Log Message:
SF patch#786531 'the the' typo.  Contributed by George Yoshida

Index: libcgi.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcgi.tex,v
retrieving revision 1.40
retrieving revision 1.40.10.1
diff -C2 -d -r1.40 -r1.40.10.1
*** libcgi.tex	13 May 2003 02:50:36 -0000	1.40
--- libcgi.tex	11 Aug 2003 23:43:04 -0000	1.40.10.1
***************
*** 102,106 ****
  is also supported.  Form fields containing empty strings are ignored
  and do not appear in the dictionary; to keep such values, provide
! a true value for the the optional \var{keep_blank_values} keyword
  parameter when creating the \class{FieldStorage} instance.
  
--- 102,106 ----
  is also supported.  Form fields containing empty strings are ignored
  and do not appear in the dictionary; to keep such values, provide
! a true value for the optional \var{keep_blank_values} keyword
  parameter when creating the \class{FieldStorage} instance.
  

Index: libcodecs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcodecs.tex,v
retrieving revision 1.22
retrieving revision 1.22.8.1
diff -C2 -d -r1.22 -r1.22.8.1
*** libcodecs.tex	16 Jul 2003 05:17:23 -0000	1.22
--- libcodecs.tex	11 Aug 2003 23:43:04 -0000	1.22.8.1
***************
*** 506,510 ****
    \var{encode}, \var{decode} must adhere to the \class{Codec}
    interface, \var{Reader}, \var{Writer} must be factory functions or
!   classes providing objects of the the \class{StreamReader} and
    \class{StreamWriter} interface respectively.
  
--- 506,510 ----
    \var{encode}, \var{decode} must adhere to the \class{Codec}
    interface, \var{Reader}, \var{Writer} must be factory functions or
!   classes providing objects of the \class{StreamReader} and
    \class{StreamWriter} interface respectively.
  

Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.42
retrieving revision 1.42.8.1
diff -C2 -d -r1.42 -r1.42.8.1
*** libcurses.tex	14 Jul 2003 18:36:47 -0000	1.42
--- libcurses.tex	11 Aug 2003 23:43:04 -0000	1.42.8.1
***************
*** 338,342 ****
  displayed and the location on the screen to be used for the display.
  The arguments are pminrow, pmincol, sminrow, smincol, smaxrow,
! smaxcol; the p arguments refer to the upper left corner of the the pad
  region to be displayed and the s arguments define a clipping box on
  the screen within which the pad region is to be displayed.
--- 338,342 ----
  displayed and the location on the screen to be used for the display.
  The arguments are pminrow, pmincol, sminrow, smincol, smaxrow,
! smaxcol; the p arguments refer to the upper left corner of the pad
  region to be displayed and the s arguments define a clipping box on
  the screen within which the pad region is to be displayed.
***************
*** 791,795 ****
  the entire string is inserted.
  All characters to the right of
! the cursor are shifted right, with the the rightmost characters on the
  line being lost.  The cursor position does not change (after moving to
  \var{y}, \var{x}, if specified). 
--- 791,795 ----
  the entire string is inserted.
  All characters to the right of
! the cursor are shifted right, with the rightmost characters on the
  line being lost.  The cursor position does not change (after moving to
  \var{y}, \var{x}, if specified). 
***************
*** 799,803 ****
  Insert a character string (as many characters as will fit on the line)
  before the character under the cursor.  All characters to the right of
! the cursor are shifted right, with the the rightmost characters on the
  line being lost.  The cursor position does not change (after moving to
  \var{y}, \var{x}, if specified). 
--- 799,803 ----
  Insert a character string (as many characters as will fit on the line)
  before the character under the cursor.  All characters to the right of
! the cursor are shifted right, with the rightmost characters on the
  line being lost.  The cursor position does not change (after moving to
  \var{y}, \var{x}, if specified). 

Index: libdoctest.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdoctest.tex,v
retrieving revision 1.17
retrieving revision 1.17.8.1
diff -C2 -d -r1.17 -r1.17.8.1
*** libdoctest.tex	17 Jul 2003 16:00:01 -0000	1.17
--- libdoctest.tex	11 Aug 2003 23:43:04 -0000	1.17.8.1
***************
*** 200,204 ****
  dict, and each entry maps a (string) name to a function object, class
  object, or string.  Function and class object docstrings found from
! \code{M.__test__} are searched even if the the tester has been
  directed to skip over private names in the rest of the module.
  In output, a key \code{K} in \code{M.__test__} appears with name
--- 200,204 ----
  dict, and each entry maps a (string) name to a function object, class
  object, or string.  Function and class object docstrings found from
! \code{M.__test__} are searched even if the tester has been
  directed to skip over private names in the rest of the module.
  In output, a key \code{K} in \code{M.__test__} appears with name

Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.143
retrieving revision 1.143.8.1
diff -C2 -d -r1.143 -r1.143.8.1
*** libfuncs.tex	5 Jul 2003 17:37:58 -0000	1.143
--- libfuncs.tex	11 Aug 2003 23:43:04 -0000	1.143.8.1
***************
*** 69,73 ****
    If the optional \var{keywords} argument is present, it must be a
    dictionary whose keys are strings.  It specifies keyword arguments
!   to be added to the end of the the argument list.
    Calling \function{apply()} is different from just calling
    \code{\var{function}(\var{args})}, since in that case there is always
--- 69,73 ----
    If the optional \var{keywords} argument is present, it must be a
    dictionary whose keys are strings.  It specifies keyword arguments
!   to be added to the end of the argument list.
    Calling \function{apply()} is different from just calling
    \code{\var{function}(\var{args})}, since in that case there is always

Index: libgettext.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgettext.tex,v
retrieving revision 1.20.6.1
retrieving revision 1.20.6.2
diff -C2 -d -r1.20.6.1 -r1.20.6.2
*** libgettext.tex	5 Aug 2003 05:54:48 -0000	1.20.6.1
--- libgettext.tex	11 Aug 2003 23:43:04 -0000	1.20.6.2
***************
*** 392,396 ****
  
  For compatibility with this older module, the function
! \function{Catalog()} is an alias for the the \function{translation()}
  function described above.
  
--- 392,396 ----
  
  For compatibility with this older module, the function
! \function{Catalog()} is an alias for the \function{translation()}
  function described above.
  

Index: libpickle.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpickle.tex,v
retrieving revision 1.42
retrieving revision 1.42.10.1
diff -C2 -d -r1.42 -r1.42.10.1
*** libpickle.tex	25 Jun 2003 15:07:45 -0000	1.42
--- libpickle.tex	11 Aug 2003 23:43:04 -0000	1.42.10.1
***************
*** 658,662 ****
  \class{Unpickler}, overriding the \method{load_global()}
  method.  \method{load_global()} should read two lines from the pickle
! data stream where the first line will the the name of the module
  containing the class and the second line will be the name of the
  instance's class.  It then looks up the class, possibly importing the
--- 658,662 ----
  \class{Unpickler}, overriding the \method{load_global()}
  method.  \method{load_global()} should read two lines from the pickle
! data stream where the first line will the name of the module
  containing the class and the second line will be the name of the
  instance's class.  It then looks up the class, possibly importing the

Index: libre.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libre.tex,v
retrieving revision 1.101
retrieving revision 1.101.8.1
diff -C2 -d -r1.101 -r1.101.8.1
*** libre.tex	16 Jul 2003 16:19:08 -0000	1.101
--- libre.tex	11 Aug 2003 23:43:04 -0000	1.101.8.1
***************
*** 741,745 ****
  If a \var{groupN} argument is 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.  If a
  group number is negative or larger than the number of groups defined
  in the pattern, an \exception{IndexError} exception is raised.
--- 741,745 ----
  If a \var{groupN} argument is 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.  If a
  group number is negative or larger than the number of groups defined
  in the pattern, an \exception{IndexError} exception is raised.

Index: libstdwin.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdwin.tex,v
retrieving revision 1.25
retrieving revision 1.25.26.1
diff -C2 -d -r1.25 -r1.25.26.1
*** libstdwin.tex	20 Oct 2001 04:24:09 -0000	1.25
--- libstdwin.tex	11 Aug 2003 23:43:04 -0000	1.25.26.1
***************
*** 394,398 ****
  
  \begin{methoddesc}[window]{setwinpos}{h, v}
! Set the the position of the window's upper left corner (relative to
  the upper left corner of the screen).
  \end{methoddesc}
--- 394,398 ----
  
  \begin{methoddesc}[window]{setwinpos}{h, v}
! Set the position of the window's upper left corner (relative to
  the upper left corner of the screen).
  \end{methoddesc}





More information about the Python-checkins mailing list