[Python-checkins] python/dist/src/Doc/lib libcode.tex, 1.14, 1.14.18.1 libinspect.tex, 1.13.10.2, 1.13.10.3 libregex.tex, 1.33.42.2, 1.33.42.3 liburllib2.tex, 1.13.8.1, 1.13.8.2 libxmlrpclib.tex, 1.13, 1.13.12.1 xmlsaxutils.tex, 1.5, 1.5.12.1

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue May 11 23:03:48 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11721

Modified Files:
      Tag: release23-maint
	libcode.tex libinspect.tex libregex.tex liburllib2.tex 
	libxmlrpclib.tex xmlsaxutils.tex 
Log Message:
fix various typos; thanks, George Yoshida!
(closes SF patch #952047)


Index: libcode.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcode.tex,v
retrieving revision 1.14
retrieving revision 1.14.18.1
diff -C2 -d -r1.14 -r1.14.18.1
*** libcode.tex	5 Apr 2002 02:21:09 -0000	1.14
--- libcode.tex	12 May 2004 03:03:44 -0000	1.14.18.1
***************
*** 62,66 ****
  \exception{SyntaxError} if the command is complete and contains a
  syntax error, or raises \exception{OverflowError} or
! \exception{ValueError} if the command cotains an invalid literal.
  \end{funcdesc}
  
--- 62,66 ----
  \exception{SyntaxError} if the command is complete and contains a
  syntax error, or raises \exception{OverflowError} or
! \exception{ValueError} if the command contains an invalid literal.
  \end{funcdesc}
  

Index: libinspect.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libinspect.tex,v
retrieving revision 1.13.10.2
retrieving revision 1.13.10.3
diff -C2 -d -r1.13.10.2 -r1.13.10.3
*** libinspect.tex	1 Jan 2004 07:22:46 -0000	1.13.10.2
--- libinspect.tex	12 May 2004 03:03:44 -0000	1.13.10.3
***************
*** 121,125 ****
    Return the name of the module named by the file \var{path}, without
    including the names of enclosing packages.  This uses the same
!   algortihm as the interpreter uses when searching for modules.  If
    the name cannot be matched according to the interpreter's rules,
    \code{None} is returned.
--- 121,125 ----
    Return the name of the module named by the file \var{path}, without
    including the names of enclosing packages.  This uses the same
!   algorithm as the interpreter uses when searching for modules.  If
    the name cannot be matched according to the interpreter's rules,
    \code{None} is returned.

Index: libregex.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libregex.tex,v
retrieving revision 1.33.42.2
retrieving revision 1.33.42.3
diff -C2 -d -r1.33.42.2 -r1.33.42.3
*** libregex.tex	20 Oct 2003 14:34:44 -0000	1.33.42.2
--- libregex.tex	12 May 2004 03:03:44 -0000	1.33.42.3
***************
*** 45,49 ****
  from a document, you can use this pattern:
  \code{'[\e ]section\{\e (.*\e )\}'}.  \emph{Another exception:}
! the escape sequece \samp{\e b} is significant in string literals
  (where it means the ASCII bell character) as well as in Emacs regular
  expressions (where it stands for a word boundary), so in order to
--- 45,49 ----
  from a document, you can use this pattern:
  \code{'[\e ]section\{\e (.*\e )\}'}.  \emph{Another exception:}
! the escape sequence \samp{\e b} is significant in string literals
  (where it means the ASCII bell character) as well as in Emacs regular
  expressions (where it stands for a word boundary), so in order to

Index: liburllib2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib2.tex,v
retrieving revision 1.13.8.1
retrieving revision 1.13.8.2
diff -C2 -d -r1.13.8.1 -r1.13.8.2
*** liburllib2.tex	8 Feb 2004 20:26:17 -0000	1.13.8.1
--- liburllib2.tex	12 May 2004 03:03:44 -0000	1.13.8.2
***************
*** 480,484 ****
  
  \begin{methoddesc}[HTTPPasswordMgr]{add_password}{realm, uri, user, passwd}
! \var{uri} can be either a single URI, or a sequene of URIs. \var{realm},
  \var{user} and \var{passwd} must be strings. This causes
  \code{(\var{user}, \var{passwd})} to be used as authentication tokens
--- 480,484 ----
  
  \begin{methoddesc}[HTTPPasswordMgr]{add_password}{realm, uri, user, passwd}
! \var{uri} can be either a single URI, or a sequence of URIs. \var{realm},
  \var{user} and \var{passwd} must be strings. This causes
  \code{(\var{user}, \var{passwd})} to be used as authentication tokens

Index: libxmlrpclib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libxmlrpclib.tex,v
retrieving revision 1.13
retrieving revision 1.13.12.1
diff -C2 -d -r1.13 -r1.13.12.1
*** libxmlrpclib.tex	25 Apr 2003 00:29:31 -0000	1.13
--- libxmlrpclib.tex	12 May 2004 03:03:45 -0000	1.13.12.1
***************
*** 191,195 ****
  
  This class may initialized from string data (which may include NULs).
! The primary acess to the content of a \class{Binary} object is
  provided by an attribute:
  
--- 191,195 ----
  
  This class may initialized from string data (which may include NULs).
! The primary access to the content of a \class{Binary} object is
  provided by an attribute:
  

Index: xmlsaxutils.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmlsaxutils.tex,v
retrieving revision 1.5
retrieving revision 1.5.12.1
diff -C2 -d -r1.5 -r1.5.12.1
*** xmlsaxutils.tex	18 Apr 2003 22:04:34 -0000	1.5
--- xmlsaxutils.tex	12 May 2004 03:03:45 -0000	1.5.12.1
***************
*** 42,46 ****
    characters in the string.  If both single- and double-quote
    characters are already in \var{data}, the double-quote characters
!   will be encoded and \var{data} will be wrapped in doule-quotes.  The
    resulting string can be used directly as an attribute value:
  
--- 42,46 ----
    characters in the string.  If both single- and double-quote
    characters are already in \var{data}, the double-quote characters
!   will be encoded and \var{data} will be wrapped in double-quotes.  The
    resulting string can be used directly as an attribute value:
  




More information about the Python-checkins mailing list