Commit b543b32
File tree
7 files changed
+92
-17
lines changedFilter options
- Lib
- importlib/resources
- test/test_importlib/resources
- Misc/NEWS.d/next/Library
7 files changed
+92
-17
lines changedLib/importlib/resources/__init__.py
Copy file name to clipboardExpand all lines: Lib/importlib/resources/__init__.py+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
2 | 9 |
|
3 | 10 |
|
4 | 11 |
|
|
Lib/importlib/resources/_common.py
Copy file name to clipboardExpand all lines: Lib/importlib/resources/_common.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
|
Lib/importlib/resources/readers.py
Copy file name to clipboardExpand all lines: Lib/importlib/resources/readers.py+13-6Lines changed: 13 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 |
|
2 | 4 |
|
3 | 5 |
|
| ||
6 | 8 |
|
7 | 9 |
|
8 | 10 |
|
| 11 | + |
9 | 12 |
|
10 | 13 |
|
11 | 14 |
|
| ||
135 | 138 |
|
136 | 139 |
|
137 | 140 |
|
138 |
| - |
| 141 | + |
139 | 142 |
|
140 | 143 |
|
141 |
| - |
| 144 | + |
142 | 145 |
|
143 | 146 |
|
144 | 147 |
|
145 | 148 |
|
146 | 149 |
|
147 | 150 |
|
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
148 | 155 |
|
149 |
| - |
150 |
| - |
| 156 | + |
| 157 | + |
151 | 158 |
|
152 | 159 |
|
153 |
| - |
| 160 | + |
154 | 161 |
|
155 | 162 |
|
156 | 163 |
|
157 | 164 |
|
158 |
| - |
| 165 | + |
159 | 166 |
|
160 | 167 |
|
161 | 168 |
|
|
Lib/importlib/resources/simple.py
Copy file name to clipboardExpand all lines: Lib/importlib/resources/simple.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
| 80 | + |
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
|
Lib/test/test_importlib/resources/_path.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/_path.py+44-6Lines changed: 44 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | + |
5 | 7 |
|
6 | 8 |
|
7 | 9 |
|
8 |
| - |
| 10 | + |
9 | 11 |
|
10 |
| - |
11 | 12 |
|
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
12 | 31 |
|
13 |
| - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
14 | 43 |
|
15 | 44 |
|
16 | 45 |
|
| ||
25 | 54 |
|
26 | 55 |
|
27 | 56 |
|
28 |
| - |
| 57 | + |
| 58 | + |
| 59 | + |
29 | 60 |
|
30 | 61 |
|
31 | 62 |
|
32 | 63 |
|
33 | 64 |
|
| 65 | + |
| 66 | + |
34 | 67 |
|
35 | 68 |
|
36 |
| - |
| 69 | + |
37 | 70 |
|
38 | 71 |
|
39 | 72 |
|
40 | 73 |
|
41 | 74 |
|
42 |
| - |
| 75 | + |
43 | 76 |
|
44 | 77 |
|
45 | 78 |
|
| ||
52 | 85 |
|
53 | 86 |
|
54 | 87 |
|
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
55 | 93 |
|
56 | 94 |
|
Lib/test/test_importlib/resources/test_files.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/test_files.py+21-1Lines changed: 21 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
63 | 83 |
|
64 | 84 |
|
65 | 85 |
|
| ||
86 | 106 |
|
87 | 107 |
|
88 | 108 |
|
89 |
| - |
| 109 | + |
90 | 110 |
|
91 | 111 |
|
92 | 112 |
|
|
Misc/NEWS.d/next/Library/2024-09-12-14-24-25.gh-issue-123987.7_OD1p.rst
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
0 commit comments