Skip to content

Commit bac170c

Browse files
authored
bpo-34956: edit and format better NEWS item in 3.9.0b1 changelog (GH-20255)
1 parent da7d1f0 commit bac170c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Misc/NEWS.d/3.9.0b1.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -800,12 +800,13 @@ it's not coming from Windows API.
800800
.. nonce: 35IcGF
801801
.. section: macOS
802802
803-
_tkinter now builds and links with non-system Tcl and Tk frameworks if they
804-
are installed in /Library/Frameworks as had been the case on older releases
805-
of macOS. If a macOS SDK is explicitly configured, by using ./configure
806-
--enable-universalsdk= or -isysroot, only a Library/Frameworks directory in
807-
the SDK itself is searched. The default behavior can still be overridden
808-
with configure --with-tcltk-includes and --with-tcltk-libs.
803+
When building Python on macOS from source, ``_tkinter`` now links with
804+
non-system Tcl and Tk frameworks if they are installed in
805+
``/Library/Frameworks``, as had been the case on older releases
806+
of macOS. If a macOS SDK is explicitly configured, by using
807+
``--enable-universalsdk=`` or ``-isysroot``, only the SDK itself is
808+
searched. The default behavior can still be overridden with
809+
``--with-tcltk-includes`` and ``--with-tcltk-libs``.
809810

810811
..
811812

0 commit comments

Comments
 (0)