Commit aaab6d2
File tree
8 files changed
+134
-21
lines changedFilter options
- Lib
- importlib/resources
- test/test_importlib/resources
- Misc/NEWS.d/next/Library
8 files changed
+134
-21
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+5-4Lines changed: 5 additions & 4 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 |
|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
| 96 | + |
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
| 101 | + |
| 102 | + |
102 | 103 |
|
103 | 104 |
|
104 | 105 |
|
|
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+58-3Lines changed: 58 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
1 | 5 |
|
2 | 6 |
|
3 | 7 |
|
| ||
7 | 11 |
|
8 | 12 |
|
9 | 13 |
|
| 14 | + |
10 | 15 |
|
11 | 16 |
|
12 | 17 |
|
| ||
55 | 60 |
|
56 | 61 |
|
57 | 62 |
|
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
58 | 83 |
|
59 | 84 |
|
60 | 85 |
|
| ||
81 | 106 |
|
82 | 107 |
|
83 | 108 |
|
84 |
| - |
| 109 | + |
85 | 110 |
|
86 | 111 |
|
87 | 112 |
|
| ||
97 | 122 |
|
98 | 123 |
|
99 | 124 |
|
100 |
| - |
101 |
| - |
| 125 | + |
| 126 | + |
102 | 127 |
|
103 | 128 |
|
104 | 129 |
|
| ||
108 | 133 |
|
109 | 134 |
|
110 | 135 |
|
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
111 | 140 |
|
112 | 141 |
|
113 | 142 |
|
| ||
122 | 151 |
|
123 | 152 |
|
124 | 153 |
|
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
125 | 180 |
|
126 | 181 |
|
127 | 182 |
|
|
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 | + |
Misc/NEWS.d/next/Library/2024-09-12-14-26-05.gh-issue-123085.Naekav.rst
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
0 commit comments