]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-40924: Remove protocol for supplying Traversable objects from loaders ...
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 14 Jun 2020 12:12:20 +0000 (08:12 -0400)
committerGitHub <noreply@github.com>
Sun, 14 Jun 2020 12:12:20 +0000 (14:12 +0200)
commit8a3469047c3c7b68f434ed244ef3ae4292dd8cbc
tree429e44857f3333f68d06d0d72c176eddf3319e22
parent83cd968f5cc59ad60b665080087f50fefac17a07
[3.9] bpo-40924: Remove protocol for supplying Traversable objects from loaders (GH-20820)

Remove protocol that loaders can present a files method as found in importlib_resources 1.3-1.6 (added in Python 3.8b1).
Doc/library/importlib.rst
Lib/importlib/_common.py
Misc/NEWS.d/next/Library/2020-06-11-23-41-50.bpo-40924.m17Fkm.rst [new file with mode: 0644]