Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: 4b37228823fecb73fe70dc009e696a7805b0833f authored by Ethan Furman on 08 December 2020, 22:29:02 UTC
[3.9] [Enum] reformat and add doc strings (GH-23705). (GH-23707)
Tip revision: 4b37228
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