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

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


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

Modified Files:
      Tag: release23-maint
	libinspect.tex 
Log Message:
Patch #830858: Correct the number of is-functions.


Index: libinspect.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libinspect.tex,v
retrieving revision 1.13
retrieving revision 1.13.10.1
diff -C2 -d -r1.13 -r1.13.10.1
*** libinspect.tex	29 May 2003 02:10:31 -0000	1.13
--- libinspect.tex	31 Oct 2003 15:34:16 -0000	1.13.10.1
***************
*** 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