summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-05-20 09:47:07 (GMT)
committerGitHub <noreply@github.com>2020-05-20 09:47:07 (GMT)
commite7bf8684e2f9d5f7e92284a0ea085a791f5173df (patch)
treee43182e1356a86688dd98b31f1ff1aad4f03776d
parent12fa658d0565c6c53d25f464f29ef596a0df5e2a (diff)
downloadcpython-e7bf8684e2f9d5f7e92284a0ea085a791f5173df.zip
cpython-e7bf8684e2f9d5f7e92284a0ea085a791f5173df.tar.gz
cpython-e7bf8684e2f9d5f7e92284a0ea085a791f5173df.tar.bz2
bpo-34956: edit and format better NEWS item in 3.9.0b1 changelog (GH-20255)
(cherry picked from commit bac170cd93bbae939fcb29ccc6b5d423f7f4a089) Co-authored-by: Ned Deily <nad@python.org>
-rw-r--r--Misc/NEWS.d/3.9.0b1.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/Misc/NEWS.d/3.9.0b1.rst b/Misc/NEWS.d/3.9.0b1.rst
index 25dd405..51dc9ce 100644
--- a/Misc/NEWS.d/3.9.0b1.rst
+++ b/Misc/NEWS.d/3.9.0b1.rst
@@ -800,12 +800,13 @@ it's not coming from Windows API.
.. nonce: 35IcGF
.. section: macOS
-_tkinter now builds and links with non-system Tcl and Tk frameworks if they
-are installed in /Library/Frameworks as had been the case on older releases
-of macOS. If a macOS SDK is explicitly configured, by using ./configure
---enable-universalsdk= or -isysroot, only a Library/Frameworks directory in
-the SDK itself is searched. The default behavior can still be overridden
-with configure --with-tcltk-includes and --with-tcltk-libs.
+When building Python on macOS from source, ``_tkinter`` now links with
+non-system Tcl and Tk frameworks if they are installed in
+``/Library/Frameworks``, as had been the case on older releases
+of macOS. If a macOS SDK is explicitly configured, by using
+``--enable-universalsdk=`` or ``-isysroot``, only the SDK itself is
+searched. The default behavior can still be overridden with
+``--with-tcltk-includes`` and ``--with-tcltk-libs``.
..