summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-04-29 11:53:15 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-04-29 11:53:15 (GMT)
commitb37bcb59bc8fc0c5dff78832d5a47c8b0f5c8963 (patch)
tree077e8908b8855f90fe11dab9ec685c4f68f850da /Doc
parent988117fd6323c2b21ce1bdb2b1153a5d759a511c (diff)
downloadcpython-b37bcb59bc8fc0c5dff78832d5a47c8b0f5c8963.zip
cpython-b37bcb59bc8fc0c5dff78832d5a47c8b0f5c8963.tar.gz
cpython-b37bcb59bc8fc0c5dff78832d5a47c8b0f5c8963.tar.bz2
Add item
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew25.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index 337332a..e740a3b 100644
--- a/Doc/whatsnew/whatsnew25.tex
+++ b/Doc/whatsnew/whatsnew25.tex
@@ -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.