diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.9.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 9e42e9d..66e7c64 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -892,14 +892,6 @@ Build Changes functions are now required to build Python. (Contributed by Victor Stinner in :issue:`39395`.) -* The ``OBJC`` and ``OBJCXX`` standard command line options for the configure - script are now supported. This allows building fot macOS with a third-party - compiler, like GNU `gcc`, for everything except for the several - system-specific source files that need system headers that require the - Apple-supplied compile chain (e.g. the ``_scproxy`` helper module and - ``PythonLauncher.app``). - (Contributed by Jeffrey Kintscher in :issue:`26317`.) - C API Changes ============= |