[Python-checkins] python/dist/src/Doc/ext newtypes.tex,1.33,1.34

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Oct 20 10:02:18 EDT 2003


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

Modified Files:
	newtypes.tex 
Log Message:
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)


Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/newtypes.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** newtypes.tex	7 Sep 2003 02:33:37 -0000	1.33
--- newtypes.tex	20 Oct 2003 14:01:46 -0000	1.34
***************
*** 686,690 ****
  it, it still has a reference from itself. It's reference count doesn't
  drop to zero.  Fortunately, Python's cyclic-garbage collector will
! eventually figure out that that the list is garbage and free it.
  
  In the second version of the \class{Noddy} example, we allowed any
--- 686,690 ----
  it, it still has a reference from itself. It's reference count doesn't
  drop to zero.  Fortunately, Python's cyclic-garbage collector will
! eventually figure out that the list is garbage and free it.
  
  In the second version of the \class{Noddy} example, we allowed any





More information about the Python-checkins mailing list