summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-08-04 12:40:35 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2000-08-04 12:40:35 (GMT)
commitb9fb1f23fe2b73aa21bfa3ac4fe8ac5e6431917c (patch)
treef4c1bda9e74d51377bb8f0c3db995223c4bcacbd /Doc/whatsnew
parent581f33a4cb184a50d6057f350877c7e56dd1dca2 (diff)
downloadcpython-b9fb1f23fe2b73aa21bfa3ac4fe8ac5e6431917c.zip
cpython-b9fb1f23fe2b73aa21bfa3ac4fe8ac5e6431917c.tar.gz
cpython-b9fb1f23fe2b73aa21bfa3ac4fe8ac5e6431917c.tar.bz2
Mention Include/my*.h cleanup
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew20.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew20.tex b/Doc/whatsnew/whatsnew20.tex
index 86b8528..9211e64 100644
--- a/Doc/whatsnew/whatsnew20.tex
+++ b/Doc/whatsnew/whatsnew20.tex
@@ -588,7 +588,10 @@ The \file{Python/importdl.c} file, which was a mass of \#ifdefs to
support dynamic loading on many different platforms, was cleaned up
and reorganised by Greg Stein. \file{importdl.c} is now quite small,
and platform-specific code has been moved into a bunch of
-\file{Python/dynload_*.c} files.
+\file{Python/dynload_*.c} files. Another cleanup: there were also a
+number of \file{my*.h} files in the Include/ directory that held
+various portability hacks; they've been merged into a single file,
+\file{Include/pyport.h}.
Vladimir Marangozov's long-awaited malloc restructuring was completed,
to make it easy to have the Python interpreter use a custom allocator