[Python-checkins] python/dist/src/Doc/lib libcode.tex, 1.14, 1.15 libinspect.tex, 1.15, 1.16 libregex.tex, 1.35, 1.36 liburllib2.tex, 1.16, 1.17 libxmlrpclib.tex, 1.15, 1.16 xmlsaxutils.tex, 1.5, 1.6

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue May 11 23:07:31 EDT 2004


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

Modified Files:
	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.15
diff -C2 -d -r1.14 -r1.15
*** libcode.tex	5 Apr 2002 02:21:09 -0000	1.14
--- libcode.tex	12 May 2004 03:07:27 -0000	1.15
***************
*** 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.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libinspect.tex	1 Jan 2004 07:21:14 -0000	1.15
--- libinspect.tex	12 May 2004 03:07:27 -0000	1.16
***************
*** 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.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** libregex.tex	20 Oct 2003 14:01:47 -0000	1.35
--- libregex.tex	12 May 2004 03:07:27 -0000	1.36
***************
*** 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.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** liburllib2.tex	28 Feb 2004 16:00:23 -0000	1.16
--- liburllib2.tex	12 May 2004 03:07:27 -0000	1.17
***************
*** 497,501 ****
  
  \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
--- 497,501 ----
  
  \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.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libxmlrpclib.tex	31 Oct 2003 13:49:36 -0000	1.15
--- libxmlrpclib.tex	12 May 2004 03:07:27 -0000	1.16
***************
*** 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.6
diff -C2 -d -r1.5 -r1.6
*** xmlsaxutils.tex	18 Apr 2003 22:04:34 -0000	1.5
--- xmlsaxutils.tex	12 May 2004 03:07:27 -0000	1.6
***************
*** 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