[Python-checkins] python/dist/src/Misc NEWS,1.666,1.667

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Wed, 19 Feb 2003 07:53:46 -0800


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

Modified Files:
	NEWS 
Log Message:
- PyEval_GetFrame() is now declared to return a PyFrameObject *
  instead of a plain PyObject *.  (SF patch #686601 by Ben Laurie.)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.666
retrieving revision 1.667
diff -C2 -d -r1.666 -r1.667
*** NEWS	19 Feb 2003 15:24:36 -0000	1.666
--- NEWS	19 Feb 2003 15:53:11 -0000	1.667
***************
*** 327,330 ****
--- 327,333 ----
  -----
  
+ - PyEval_GetFrame() is now declared to return a PyFrameObject *
+   instead of a plain PyObject *.  (SF patch #686601.)
+ 
  - PyNumber_Check() now checks that the object has a nb_int or nb_float
    slot, rather than simply checking whether it has a non-NULL