[Python-checkins] python/dist/src/Doc/ext newtypes.tex,1.18,1.19

gward@users.sourceforge.net gward@users.sourceforge.net
Tue, 17 Dec 2002 15:27:44 -0800


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

Modified Files:
	newtypes.tex 
Log Message:
Two more typo fixes.

Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/newtypes.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** newtypes.tex	17 Dec 2002 18:14:21 -0000	1.18
--- newtypes.tex	17 Dec 2002 23:27:41 -0000	1.19
***************
*** 315,319 ****
  
  These fields tell the runtime how much memory to allocate when new
! objects of this typed are created.  Python has some builtin support
  for variable length structures (think: strings, lists) which is where
  the \member{tp_itemsize} field comes in.  This will be dealt with
--- 315,319 ----
  
  These fields tell the runtime how much memory to allocate when new
! objects of this type are created.  Python has some builtin support
  for variable length structures (think: strings, lists) which is where
  the \member{tp_itemsize} field comes in.  This will be dealt with
***************
*** 538,542 ****
            \cfunction{PyType_Ready()} is called.
  
!   \item   No special processing is need to record that an attribute
            was looked up or set, nor do actions need to be taken based
            on the value.
--- 538,542 ----
            \cfunction{PyType_Ready()} is called.
  
!   \item   No special processing is needed to record that an attribute
            was looked up or set, nor do actions need to be taken based
            on the value.