[Python-checkins] python/dist/src/Misc NEWS,1.696,1.697

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Mon, 17 Mar 2003 00:23:00 -0800


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

Modified Files:
	NEWS 
Log Message:
Created PyObject_GenericGetIter().
Factors out the common case of returning self.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.696
retrieving revision 1.697
diff -C2 -d -r1.696 -r1.697
*** NEWS	14 Mar 2003 21:51:35 -0000	1.696
--- NEWS	17 Mar 2003 08:22:57 -0000	1.697
***************
*** 87,90 ****
--- 87,93 ----
  -----
  
+ - Added PyObject_GenericGetIter() to fill the tp_iter slot for the
+   typical case where the method returns its self argument.
+ 
  - The extended type structure used for heap types (new-style
    classes defined by Python code using a class statement) is now