summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-06-09 18:52:10 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-06-09 18:52:10 (GMT)
commitb484871ba707ae2f9898e22effcd297c19d4c5ea (patch)
treef00ef7010010ae53e401f8349f8b8c46ea81ffb7 /Misc
parentce5e6f098f8a270e50b989baa75765584573706b (diff)
downloadcpython-3.9.0b3.zip
cpython-3.9.0b3.tar.gz
cpython-3.9.0b3.tar.bz2
Python 3.9.0b3v3.9.0b3
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.9.0b3.rst20
-rw-r--r--Misc/NEWS.d/next/Build/2020-06-08-19-57-05.bpo-40684.WIY2-i.rst2
-rw-r--r--Misc/NEWS.d/next/Library/2020-06-09-18-59-34.bpo-40924.qR_YYG.rst4
3 files changed, 20 insertions, 6 deletions
diff --git a/Misc/NEWS.d/3.9.0b3.rst b/Misc/NEWS.d/3.9.0b3.rst
new file mode 100644
index 0000000..f43243e
--- /dev/null
+++ b/Misc/NEWS.d/3.9.0b3.rst
@@ -0,0 +1,20 @@
+.. bpo: 40924
+.. date: 2020-06-09-18-59-34
+.. nonce: qR_YYG
+.. release date: 2020-06-09
+.. section: Library
+
+`importlib.resources`: Reverted ``TraversableResources`` implementations
+from the built-in loaders (SourceFileLoader and ZipImporter) as it was an
+incompatible change introduced in 3.9.0 beta 2 causing through a chain of
+events for root TLS certificates to be missing.
+
+..
+
+.. bpo: 40684
+.. date: 2020-06-08-19-57-05
+.. nonce: WIY2-i
+.. section: Build
+
+``make install`` now uses the ``PLATLIBDIR`` variable for the destination
+``lib-dynload/`` directory when ``./configure --with-platlibdir`` is used.
diff --git a/Misc/NEWS.d/next/Build/2020-06-08-19-57-05.bpo-40684.WIY2-i.rst b/Misc/NEWS.d/next/Build/2020-06-08-19-57-05.bpo-40684.WIY2-i.rst
deleted file mode 100644
index 0495e5e..0000000
--- a/Misc/NEWS.d/next/Build/2020-06-08-19-57-05.bpo-40684.WIY2-i.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-``make install`` now uses the ``PLATLIBDIR`` variable for the destination
-``lib-dynload/`` directory when ``./configure --with-platlibdir`` is used.
diff --git a/Misc/NEWS.d/next/Library/2020-06-09-18-59-34.bpo-40924.qR_YYG.rst b/Misc/NEWS.d/next/Library/2020-06-09-18-59-34.bpo-40924.qR_YYG.rst
deleted file mode 100644
index 4fc65e2..0000000
--- a/Misc/NEWS.d/next/Library/2020-06-09-18-59-34.bpo-40924.qR_YYG.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-`importlib.resources`: Reverted ``TraversableResources`` implementations
-from the built-in loaders (SourceFileLoader and ZipImporter) as it was an
-incompatible change introduced in 3.9.0 beta 2 causing through a chain of
-events for root TLS certificates to be missing.