]> granicus.if.org Git - python/commitdiff
Add item
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Apr 2006 11:53:15 +0000 (11:53 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Apr 2006 11:53:15 +0000 (11:53 +0000)
Doc/whatsnew/whatsnew25.tex

index 337332a5c5188280dac36adc9c319084330cf8fb..e740a3bfebb2cdefe38c854430f5ace35031cb98 100644 (file)
@@ -1962,6 +1962,11 @@ error checking.
 now uses the \cfunction{dlopen()} function instead of MacOS-specific
 functions.
 
+\item MacOS X: a \longprogramopt{enable-universalsdk} switch was added
+to the \program{configure} script that compiles the interpreter as a
+universal binary able to run on both PowerPC and Intel processors.
+(Contributed by Ronald Oussoren.)
+
 \item Windows: \file{.dll} is no longer supported as a filename extension for 
 extension modules.  \file{.pyd} is now the only filename extension that will
 be searched for.