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

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Fri, 3 Mar 2000 09:58:33 -0500 (EST)


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

Modified Files:
      Tag: release152p1-patches
	TODO 
Log Message:
Remove one item from the list, move another to the right section


Index: TODO
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/TODO,v
retrieving revision 1.24.2.4
retrieving revision 1.24.2.5
diff -C2 -r1.24.2.4 -r1.24.2.5
*** TODO	2000/02/21 21:04:11	1.24.2.4
--- TODO	2000/03/03 14:58:31	1.24.2.5
***************
*** 28,35 ****
    the extension manual if the function is mentioned.
  
- * Ask Vladimir Marangozov <marangoz@python.inrialpes.fr> to document
-   the memory allocation APIs; this could be part of his proposed
-   cleanup.  ;)
- 
  * PyErr_SetInterrupt():  XXX comment about platform dependence should
    be resolved, or explain the problem.  Ask Guido for explanation.
--- 28,31 ----
***************
*** 51,61 ****
    Also noted by Albert Hofkamp <a.hofkamp@wtb.tue.nl>.
  
- * Update the pickle documentation to describe all of the current
-   behavior; only a subset is described.  __reduce__, etc.  Partial
-   update submitted by Jim Kerr <jbkerr@sr.hp.com>.
- 
  
  Library Reference
  -----------------
  
  * Straighten out random/whrandom.  Things are generally in the right
--- 47,57 ----
    Also noted by Albert Hofkamp <a.hofkamp@wtb.tue.nl>.
  
  
  Library Reference
  -----------------
+ 
+ * Update the pickle documentation to describe all of the current
+   behavior; only a subset is described.  __reduce__, etc.  Partial
+   update submitted by Jim Kerr <jbkerr@sr.hp.com>.
  
  * Straighten out random/whrandom.  Things are generally in the right