[Python-checkins] CVS: python/dist/src/Misc NEWS,1.55,1.56

Guido van Rossum python-dev@python.org
Tue, 5 Sep 2000 08:43:27 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv10887

Modified Files:
	NEWS 
Log Message:
The malloc rearrangement was actually already in 1.6.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** NEWS	2000/09/05 15:34:16	1.55
--- NEWS	2000/09/05 15:43:23	1.56
***************
*** 292,298 ****
  they are all included by Python.h.)
  
- Vladimir Marangozov redesigned more rational APIs for allocating
- memory.  See pymem.h.
- 
  Trent Mick ensured portability to 64-bit platforms, under both Linux
  and Win64, especially for the new Intel Itanium processor.
--- 292,295 ----