diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-06-05 23:35:48 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-06-05 23:35:48 (GMT) |
commit | 5e3e6ba81dcae64ea4d22ceb12ef4752da4635a9 (patch) | |
tree | bd0e054075683042f799c30907679efb4d071532 /Doc/whatsnew | |
parent | b5a40dd224342d05adb1e922cb5571a9501c191f (diff) | |
download | cpython-5e3e6ba81dcae64ea4d22ceb12ef4752da4635a9.zip cpython-5e3e6ba81dcae64ea4d22ceb12ef4752da4635a9.tar.gz cpython-5e3e6ba81dcae64ea4d22ceb12ef4752da4635a9.tar.bz2 |
Grammar fix
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.5.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.5.rst b/Doc/whatsnew/2.5.rst index a5169f3..925fd0f 100644 --- a/Doc/whatsnew/2.5.rst +++ b/Doc/whatsnew/2.5.rst @@ -2205,10 +2205,10 @@ Port-Specific Changes * MacOS X (10.3 and higher): dynamic loading of modules now uses the :cfunc:`dlopen` function instead of MacOS-specific functions. -* MacOS X: a :option:`--enable-universalsdk` switch was added to the +* MacOS X: an :option:`--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.) + Oussoren; :issue:`2573`.) * 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 |