Staging
v0.5.1
Revision 4465df626684fdc8eeb25ca248218cde2eeeb9ec authored by Miss Islington (bot) on 17 September 2020, 00:27:09 UTC, committed by GitHub on 17 September 2020, 00:27:09 UTC
(cherry picked from commit fc23a9483ef0d7c98bea9f82392377d0b6ef7b18)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
1 parent 48f9925
Raw File
3.9.0b3.rst
.. 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.
back to top