[Python-checkins] python/dist/src/Doc/lib libweakref.tex,1.18,1.19

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Wed, 02 Jul 2003 08:10:40 -0700


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

Modified Files:
	libweakref.tex 
Log Message:
Grammar nit.  SF bug #757822

Index: libweakref.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libweakref.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** libweakref.tex	7 Aug 2002 16:18:54 -0000	1.18
--- libweakref.tex	2 Jul 2003 15:10:38 -0000	1.19
***************
*** 20,24 ****
  XXX --- need to say more here!
  
! Not all objects can be weakly referenced; those objects which do
  include class instances, functions written in Python (but not in C),
  and methods (both bound and unbound).  Extension types can easily
--- 20,24 ----
  XXX --- need to say more here!
  
! Not all objects can be weakly referenced; those objects which can
  include class instances, functions written in Python (but not in C),
  and methods (both bound and unbound).  Extension types can easily