mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +00:00
Add item
This commit is contained in:
parent
988117fd63
commit
b37bcb59bc
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue