diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-05-18 23:07:09 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-05-18 23:07:09 (GMT) |
commit | 97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac (patch) | |
tree | c73c633c3ff03934a51a9c29e6953bafdf735b51 /Misc/NEWS.d/next/macOS | |
parent | a3ec3ad9e20e7d9ed148d4cfbd22aebec608b42a (diff) | |
download | cpython-97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac.zip cpython-97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac.tar.gz cpython-97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac.tar.bz2 |
Python 3.9.0b1v3.9.0b1
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.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/macOS/2020-05-18-02-43-11.bpo-34956.35IcGF.rst | 6 |
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. |