summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-04-05 19:52:24 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-04-05 19:54:03 (GMT)
commit2e49bd06c5ffab7d154042da4b5bcd5ae6e4220b (patch)
treef138892ac1bb4ccf4ffc5c7eb95166d0b5eed706 /Misc/NEWS.d/next/macOS
parentc1d93b6411f975d67e43942f1a2745a22983c18c (diff)
downloadcpython-2e49bd06c5ffab7d154042da4b5bcd5ae6e4220b.zip
cpython-2e49bd06c5ffab7d154042da4b5bcd5ae6e4220b.tar.gz
cpython-2e49bd06c5ffab7d154042da4b5bcd5ae6e4220b.tar.bz2
Python 3.11.0a7v3.11.0a7
Diffstat (limited to 'Misc/NEWS.d/next/macOS')
-rw-r--r--Misc/NEWS.d/next/macOS/2022-03-13-11-11-31.bpo-46907.Ql0z1E.rst1
-rw-r--r--Misc/NEWS.d/next/macOS/2022-03-17-09-55-02.bpo-46890.GX-3OO.rst3
2 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/macOS/2022-03-13-11-11-31.bpo-46907.Ql0z1E.rst b/Misc/NEWS.d/next/macOS/2022-03-13-11-11-31.bpo-46907.Ql0z1E.rst
deleted file mode 100644
index 365081f..0000000
--- a/Misc/NEWS.d/next/macOS/2022-03-13-11-11-31.bpo-46907.Ql0z1E.rst
+++ /dev/null
@@ -1 +0,0 @@
-Update macOS installer to SQLite 3.38.1.
diff --git a/Misc/NEWS.d/next/macOS/2022-03-17-09-55-02.bpo-46890.GX-3OO.rst b/Misc/NEWS.d/next/macOS/2022-03-17-09-55-02.bpo-46890.GX-3OO.rst
deleted file mode 100644
index a3d7d3e..0000000
--- a/Misc/NEWS.d/next/macOS/2022-03-17-09-55-02.bpo-46890.GX-3OO.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Fix a regression in the setting of ``sys._base_executable`` in framework
-builds, and thereby fix a regression in :mod:`venv` virtual environments
-with such builds.