]> granicus.if.org Git - python/commitdiff
Mention Include/my*.h cleanup
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 4 Aug 2000 12:40:35 +0000 (12:40 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 4 Aug 2000 12:40:35 +0000 (12:40 +0000)
Doc/whatsnew/whatsnew20.tex

index 86b85284162fa1f3e7ea4ebdf95869f87f2d3e95..9211e64f66d83bd5ca439808001dbc88f25e6dc0 100644 (file)
@@ -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