From: Guido van Rossum Date: Tue, 5 Sep 2000 15:43:23 +0000 (+0000) Subject: The malloc rearrangement was actually already in 1.6. X-Git-Tag: v2.0b1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1156badb4cacc69081dec72f1ea438d5ee01a88;p=python The malloc rearrangement was actually already in 1.6. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0b7102b744..5a30b7f46f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -291,9 +291,6 @@ header files were removed, in an attempt to create a more rational set of header files. (Few of these ever need to be included explicitly; 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.