summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/macOS')
-rw-r--r--Misc/NEWS.d/next/macOS/2020-04-15-00-02-47.bpo-35569.02_1MV.rst1
-rw-r--r--Misc/NEWS.d/next/macOS/2020-05-18-02-43-11.bpo-34956.35IcGF.rst6
2 files changed, 0 insertions, 7 deletions
diff --git a/Misc/NEWS.d/next/macOS/2020-04-15-00-02-47.bpo-35569.02_1MV.rst b/Misc/NEWS.d/next/macOS/2020-04-15-00-02-47.bpo-35569.02_1MV.rst
deleted file mode 100644
index ed48efd..0000000
--- a/Misc/NEWS.d/next/macOS/2020-04-15-00-02-47.bpo-35569.02_1MV.rst
+++ /dev/null
@@ -1 +0,0 @@
-Expose RFC 3542 IPv6 socket options.
diff --git a/Misc/NEWS.d/next/macOS/2020-05-18-02-43-11.bpo-34956.35IcGF.rst b/Misc/NEWS.d/next/macOS/2020-05-18-02-43-11.bpo-34956.35IcGF.rst
deleted file mode 100644
index 6ad9c1a..0000000
--- a/Misc/NEWS.d/next/macOS/2020-05-18-02-43-11.bpo-34956.35IcGF.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-_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.