bpo-46118: Make sure importlib.resources is included. (GH-30311)
Dec. 30, 2021
7:39 p.m.
https://github.com/python/cpython/commit/35628e4cde71e54afe12aea50c74069afe2... commit: 35628e4cde71e54afe12aea50c74069afe2c3389 branch: main author: Jason R. Coombs <jaraco@jaraco.com> committer: jaraco <jaraco@jaraco.com> date: 2021-12-30T22:39:24-05:00 summary: bpo-46118: Make sure importlib.resources is included. (GH-30311) files: M Makefile.pre.in diff --git a/Makefile.pre.in b/Makefile.pre.in index ed77bebfab901..fbd4c3a23fd81 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1911,7 +1911,7 @@ LIBSUBDIRS= asyncio \ html \ http \ idlelib idlelib/Icons \ - importlib importlib/metadata \ + importlib importlib/resources importlib/metadata \ json \ lib2to3 lib2to3/fixes lib2to3/pgen2 \ logging \
1128
Age (days ago)
1128
Last active (days ago)
0 comments
1 participants
participants (1)
-
jaraco