[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.130,1.131 libstdtypes.tex,1.124,1.125 liburllib2.tex,1.8,1.9

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sat, 10 May 2003 00:40:59 -0700


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

Modified Files:
	libfuncs.tex libstdtypes.tex liburllib2.tex 
Log Message:
Missing parenthesis found by texcheck.py

Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.130
retrieving revision 1.131
diff -C2 -d -r1.130 -r1.131
*** libfuncs.tex	22 Apr 2003 14:52:08 -0000	1.130
--- libfuncs.tex	10 May 2003 07:40:56 -0000	1.131
***************
*** 714,718 ****
  \begin{funcdesc}{property}{\optional{fget\optional{, fset\optional{, fdel\optional{, doc}}}}}
    Return a property attribute for new-style classes (classes that
!   derive from \function{object}.
  
    \var{fget} is a function for getting an attribute value, likewise
--- 714,718 ----
  \begin{funcdesc}{property}{\optional{fget\optional{, fset\optional{, fdel\optional{, doc}}}}}
    Return a property attribute for new-style classes (classes that
!   derive from \function{object}).
  
    \var{fget} is a function for getting an attribute value, likewise

Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.124
retrieving revision 1.125
diff -C2 -d -r1.124 -r1.125
*** libstdtypes.tex	10 May 2003 07:08:50 -0000	1.124
--- libstdtypes.tex	10 May 2003 07:40:56 -0000	1.125
***************
*** 1090,1094 ****
    \ttindex{popitem()}
    \ttindex{iteritems()}
!   \ttindex{iterkeys)}
    \ttindex{itervalues()}}
  
--- 1090,1094 ----
    \ttindex{popitem()}
    \ttindex{iteritems()}
!   \ttindex{iterkeys()}
    \ttindex{itervalues()}}
  
***************
*** 1451,1455 ****
  possible (you can write \code{\var{m}.__dict__['a'] = 1}, which
  defines \code{\var{m}.a} to be \code{1}, but you can't write
! \code{\var{m}.__dict__ = \{\}}.
  
  Modules built into the interpreter are written like this:
--- 1451,1455 ----
  possible (you can write \code{\var{m}.__dict__['a'] = 1}, which
  defines \code{\var{m}.a} to be \code{1}, but you can't write
! \code{\var{m}.__dict__ = \{\}}).
  
  Modules built into the interpreter are written like this:

Index: liburllib2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib2.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** liburllib2.tex	25 Apr 2003 15:27:33 -0000	1.8
--- liburllib2.tex	10 May 2003 07:40:56 -0000	1.9
***************
*** 298,302 ****
  Arguments, return values and exceptions raised are the same as those
  of \function{urlopen()} (which simply calls the \method{open()} method
! on the default installed \class{OpenerDirector}.
  \end{methoddesc}
  
--- 298,302 ----
  Arguments, return values and exceptions raised are the same as those
  of \function{urlopen()} (which simply calls the \method{open()} method
! on the default installed \class{OpenerDirector}).
  \end{methoddesc}