[Python-checkins] CVS: python/dist/src/Doc TODO,1.24.2.3,1.24.2.4

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Mon, 21 Feb 2000 16:04:14 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc
In directory weyr:/home/fdrake/projects/python/Doc-152p1

Modified Files:
      Tag: release152p1-patches
	TODO 
Log Message:

Note that Py_AddPendingCall() is undocumented.


Index: TODO
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/TODO,v
retrieving revision 1.24.2.3
retrieving revision 1.24.2.4
diff -C2 -r1.24.2.3 -r1.24.2.4
*** TODO	2000/02/21 18:05:39	1.24.2.3
--- TODO	2000/02/21 21:04:11	1.24.2.4
***************
*** 18,22 ****
    requested by Greg Kochanski <gpk@bell-labs.com>.
  
! * PyEval_EvalCode() must also be documented.
  
  * Break up the PyBufferProcs description so that the function types
--- 18,22 ----
    requested by Greg Kochanski <gpk@bell-labs.com>.
  
! * PyEval_EvalCode(), Py_AddPendingCall() must also be documented.
  
  * Break up the PyBufferProcs description so that the function types