[Python-checkins] python/dist/src/Misc NEWS,1.691,1.692

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 07 Mar 2003 07:13:49 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv3464/Misc

Modified Files:
	NEWS 
Log Message:
- The extended type structure used for heap types (new-style
  classes defined by Python code using a class statement) is now
  exported from object.h as PyHeapTypeObject.  (SF patch #696193.)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.691
retrieving revision 1.692
diff -C2 -d -r1.691 -r1.692
*** NEWS	6 Mar 2003 23:54:27 -0000	1.691
--- NEWS	7 Mar 2003 15:13:06 -0000	1.692
***************
*** 81,85 ****
  -----
  
! TBD
  
  New platforms
--- 81,87 ----
  -----
  
! - The extended type structure used for heap types (new-style
!   classes defined by Python code using a class statement) is now
!   exported from object.h as PyHeapTypeObject.  (SF patch #696193.)
  
  New platforms