[Python-checkins] CVS: python/dist/src/Doc/lib libcfgparser.tex,1.17,1.18 libdis.tex,1.32,1.33 libformatter.tex,1.21,1.22 libparser.tex,1.37,1.38

Fred L. Drake fdrake@users.sourceforge.net
Mon, 01 Oct 2001 10:04:12 -0700


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

Modified Files:
	libcfgparser.tex libdis.tex libformatter.tex libparser.tex 
Log Message:
"boolean" --> "Boolean" (per the style guide).


Index: libcfgparser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcfgparser.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** libcfgparser.tex	2001/09/28 16:57:16	1.17
--- libcfgparser.tex	2001/10/01 17:04:10	1.18
***************
*** 164,168 ****
  \begin{methoddesc}{getboolean}{section, option}
  A convenience method which coerces the \var{option} in the specified
! \var{section} to a boolean value.  Note that the only accepted values
  for the option are \samp{0} and \samp{1}, any others will raise
  \exception{ValueError}.
--- 164,168 ----
  \begin{methoddesc}{getboolean}{section, option}
  A convenience method which coerces the \var{option} in the specified
! \var{section} to a Boolean value.  Note that the only accepted values
  for the option are \samp{0} and \samp{1}, any others will raise
  \exception{ValueError}.

Index: libdis.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdis.tex,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** libdis.tex	2001/04/13 17:25:38	1.32
--- libdis.tex	2001/10/01 17:04:10	1.33
***************
*** 103,107 ****
  
  \begin{datadesc}{hascompare}
! Sequence of byte codes of boolean operations.
  \end{datadesc}
  
--- 103,107 ----
  
  \begin{datadesc}{hascompare}
! Sequence of byte codes of Boolean operations.
  \end{datadesc}
  
***************
*** 475,479 ****
  
  \begin{opcodedesc}{COMPARE_OP}{opname}
! Performs a boolean operation.  The operation name can be found
  in \code{cmp_op[\var{opname}]}.
  \end{opcodedesc}
--- 475,479 ----
  
  \begin{opcodedesc}{COMPARE_OP}{opname}
! Performs a Boolean operation.  The operation name can be found
  in \code{cmp_op[\var{opname}]}.
  \end{opcodedesc}

Index: libformatter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libformatter.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** libformatter.tex	2001/07/14 02:50:55	1.21
--- libformatter.tex	2001/10/01 17:04:10	1.22
***************
*** 235,239 ****
  font that should be used; specific strings and their interpretation
  must be defined by the application.  The \var{italic}, \var{bold}, and
! \var{teletype} values are boolean indicators specifying which of those
  font attributes should be used.
  \end{methoddesc}
--- 235,239 ----
  font that should be used; specific strings and their interpretation
  must be defined by the application.  The \var{italic}, \var{bold}, and
! \var{teletype} values are Boolean values specifying which of those
  font attributes should be used.
  \end{methoddesc}

Index: libparser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libparser.tex,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** libparser.tex	2001/01/24 17:19:06	1.37
--- libparser.tex	2001/10/01 17:04:10	1.38
***************
*** 474,478 ****
  form, allowing a simple variable representation to be
  \code{['variable_name']}.  A simple recursive function can implement
! the pattern matching, returning a boolean and a dictionary of variable
  name to value mappings.  (See file \file{example.py}.)
  
--- 474,478 ----
  form, allowing a simple variable representation to be
  \code{['variable_name']}.  A simple recursive function can implement
! the pattern matching, returning a Boolean and a dictionary of variable
  name to value mappings.  (See file \file{example.py}.)