Grammar fix

This commit is contained in:
Andrew M. Kuchling 2008-06-05 23:35:48 +00:00
parent b5a40dd224
commit 5e3e6ba81d
1 changed files with 2 additions and 2 deletions

View File

@ -2205,10 +2205,10 @@ Port-Specific Changes
* MacOS X (10.3 and higher): dynamic loading of modules now uses the * MacOS X (10.3 and higher): dynamic loading of modules now uses the
:cfunc:`dlopen` function instead of MacOS-specific functions. :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 :program:`configure` script that compiles the interpreter as a universal binary
able to run on both PowerPC and Intel processors. (Contributed by Ronald 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 * 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 extension modules. :file:`.pyd` is now the only filename extension that will be