[Python-checkins] python/dist/src/Doc/lib libinspect.tex,1.13,1.14

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Oct 31 10:34:42 EST 2003


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

Modified Files:
	libinspect.tex 
Log Message:
Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2.


Index: libinspect.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libinspect.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** libinspect.tex	29 May 2003 02:10:31 -0000	1.13
--- libinspect.tex	31 Oct 2003 15:34:40 -0000	1.14
***************
*** 26,30 ****
  The \function{getmembers()} function retrieves the members
  of an object such as a class or module.
! The nine functions whose names begin with ``is'' are mainly
  provided as convenient choices for the second argument to
  \function{getmembers()}.  They also help you determine when
--- 26,30 ----
  The \function{getmembers()} function retrieves the members
  of an object such as a class or module.
! The eleven functions whose names begin with ``is'' are mainly
  provided as convenient choices for the second argument to
  \function{getmembers()}.  They also help you determine when





More information about the Python-checkins mailing list