[Python-checkins] r45801 - python/trunk/Doc/whatsnew/whatsnew25.tex

andrew.kuchling python-checkins at python.org
Sat Apr 29 13:53:15 CEST 2006


Author: andrew.kuchling
Date: Sat Apr 29 13:53:15 2006
New Revision: 45801

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
Add item

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Sat Apr 29 13:53:15 2006
@@ -1962,6 +1962,11 @@
 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.


More information about the Python-checkins mailing list