diff options
author | Guido van Rossum <guido@python.org> | 2000-09-05 15:43:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-09-05 15:43:23 (GMT) |
commit | b1156badb4cacc69081dec72f1ea438d5ee01a88 (patch) | |
tree | 52debf2dad101f1b8b39b38d98b2be7ca077296d /Misc | |
parent | 830ca2af5a5b871491e6e8a2a5cf47b001334bd3 (diff) | |
download | cpython-b1156badb4cacc69081dec72f1ea438d5ee01a88.zip cpython-b1156badb4cacc69081dec72f1ea438d5ee01a88.tar.gz cpython-b1156badb4cacc69081dec72f1ea438d5ee01a88.tar.bz2 |
The malloc rearrangement was actually already in 1.6.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |