[Python-checkins] r63972 - python/trunk/Doc/whatsnew/2.5.rst
andrew.kuchling
python-checkins at python.org
Fri Jun 6 01:35:48 CEST 2008
Author: andrew.kuchling
Date: Fri Jun 6 01:35:48 2008
New Revision: 63972
Log:
Grammar fix
Modified:
python/trunk/Doc/whatsnew/2.5.rst
Modified: python/trunk/Doc/whatsnew/2.5.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.5.rst (original)
+++ python/trunk/Doc/whatsnew/2.5.rst Fri Jun 6 01:35:48 2008
@@ -2205,10 +2205,10 @@
* 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
More information about the Python-checkins
mailing list