[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.118,1.119

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Tue, 11 Feb 2003 06:30:43 -0800


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

Modified Files:
	whatsnew23.tex 
Log Message:
Remove duplicate word (rules)

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** whatsnew23.tex	11 Feb 2003 14:19:56 -0000	1.118
--- whatsnew23.tex	11 Feb 2003 14:30:39 -0000	1.119
***************
*** 1975,1979 ****
  
  \item If you dynamically allocate type objects in your extension, you
! should be aware of a change in the rules rules relating to the
  \member{__module__} and \member{__name__} attributes.  In summary,
  you will want to ensure the type's dictionary contains a
--- 1975,1979 ----
  
  \item If you dynamically allocate type objects in your extension, you
! should be aware of a change in the rules relating to the
  \member{__module__} and \member{__name__} attributes.  In summary,
  you will want to ensure the type's dictionary contains a