Commit ba687d9
File tree
40 files changed
+223
-261
lines changedFilter options
- Lib
- importlib/resources
- test/test_importlib/resources
- data01
- subdirectory
- data02
- one
- subdirectory/subsubdir
- two
- data03
- namespace
- portion1
- portion2
- namespacedata01
- subdirectory
- zipdata01
- zipdata02
- Misc/NEWS.d/next/Library
40 files changed
+223
-261
lines changed-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
31 |
| - |
32 | 30 |
|
33 | 31 |
|
34 | 32 |
|
|
Lib/importlib/resources/readers.py
Copy file name to clipboardExpand all lines: Lib/importlib/resources/readers.py+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
38 |
| - |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
39 | 41 |
|
40 | 42 |
|
41 | 43 |
|
|
Lib/test/test_importlib/resources/data01/__init__.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data01/__init__.pyWhitespace-only changes.
Lib/test/test_importlib/resources/data01/binary.file
Copy file name to clipboard-4 Bytes
Binary file not shown.
Lib/test/test_importlib/resources/data01/subdirectory/__init__.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data01/subdirectory/__init__.pyWhitespace-only changes.
Lib/test/test_importlib/resources/data01/subdirectory/binary.file
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data01/subdirectory/binary.file-1Lines changed: 0 additions & 1 deletion
This file was deleted.
Lib/test/test_importlib/resources/data01/utf-16.file
Copy file name to clipboard-44 Bytes
Binary file not shown.
Lib/test/test_importlib/resources/data01/utf-8.file
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data01/utf-8.file-1Lines changed: 0 additions & 1 deletion
This file was deleted.
Lib/test/test_importlib/resources/data02/__init__.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data02/__init__.pyWhitespace-only changes.
Lib/test/test_importlib/resources/data02/one/__init__.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data02/one/__init__.pyWhitespace-only changes.
Lib/test/test_importlib/resources/data02/one/resource1.txt
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data02/one/resource1.txt-1Lines changed: 0 additions & 1 deletion
This file was deleted.
Lib/test/test_importlib/resources/data02/subdirectory/subsubdir/resource.txt
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data02/subdirectory/subsubdir/resource.txt-1Lines changed: 0 additions & 1 deletion
This file was deleted.
Lib/test/test_importlib/resources/data02/two/__init__.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data02/two/__init__.pyWhitespace-only changes.
Lib/test/test_importlib/resources/data02/two/resource2.txt
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data02/two/resource2.txt-1Lines changed: 0 additions & 1 deletion
This file was deleted.
Lib/test/test_importlib/resources/data03/__init__.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data03/__init__.pyWhitespace-only changes.
Lib/test/test_importlib/resources/data03/namespace/portion1/__init__.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data03/namespace/portion1/__init__.pyWhitespace-only changes.
Lib/test/test_importlib/resources/data03/namespace/portion2/__init__.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data03/namespace/portion2/__init__.pyWhitespace-only changes.
Lib/test/test_importlib/resources/data03/namespace/resource1.txt
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/data03/namespace/resource1.txtWhitespace-only changes.
Lib/test/test_importlib/resources/namespacedata01/binary.file
Copy file name to clipboard-4 Bytes
Binary file not shown.
Lib/test/test_importlib/resources/namespacedata01/subdirectory/binary.file
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/namespacedata01/subdirectory/binary.file-1Lines changed: 0 additions & 1 deletion
This file was deleted.
Lib/test/test_importlib/resources/namespacedata01/utf-16.file
Copy file name to clipboard-44 Bytes
Binary file not shown.
Lib/test/test_importlib/resources/namespacedata01/utf-8.file
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/namespacedata01/utf-8.file-1Lines changed: 0 additions & 1 deletion
This file was deleted.
Lib/test/test_importlib/resources/test_contents.py
Copy file name to clipboard+5-10Lines changed: 5 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
| ||
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
22 |
| - |
23 |
| - |
24 |
| - |
| 21 | + |
| 22 | + |
25 | 23 |
|
26 | 24 |
|
27 | 25 |
|
28 | 26 |
|
29 | 27 |
|
30 | 28 |
|
31 |
| - |
| 29 | + |
| 30 | + |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
Lib/test/test_importlib/resources/test_files.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/test_files.py+62-40Lines changed: 62 additions & 40 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 | 9 |
|
11 |
| - |
12 |
| - |
13 |
| - |
14 | 10 |
|
15 | 11 |
|
16 | 12 |
|
| ||
48 | 44 |
|
49 | 45 |
|
50 | 46 |
|
51 |
| - |
52 |
| - |
53 |
| - |
| 47 | + |
| 48 | + |
54 | 49 |
|
55 | 50 |
|
56 | 51 |
|
57 | 52 |
|
58 | 53 |
|
59 | 54 |
|
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
| 55 | + |
| 56 | + |
65 | 57 |
|
66 | 58 |
|
67 | 59 |
|
68 | 60 |
|
69 | 61 |
|
70 | 62 |
|
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
78 | 72 |
|
79 | 73 |
|
80 |
| - |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
81 | 80 |
|
82 | 81 |
|
83 | 82 |
|
84 | 83 |
|
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 | 84 |
|
91 | 85 |
|
92 | 86 |
|
93 |
| - |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
94 | 97 |
|
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
95 | 112 |
|
96 |
| - |
97 |
| - |
| 113 | + |
98 | 114 |
|
99 | 115 |
|
100 | 116 |
|
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 | 117 |
|
114 | 118 |
|
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
115 | 137 |
|
116 | 138 |
|
117 | 139 |
|
Lib/test/test_importlib/resources/test_functional.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/test_functional.py+21-9Lines changed: 21 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
| 9 | + |
| 10 | + |
8 | 11 |
|
9 | 12 |
|
10 | 13 |
|
11 | 14 |
|
12 | 15 |
|
13 | 16 |
|
14 |
| - |
15 |
| - |
| 17 | + |
| 18 | + |
16 | 19 |
|
17 | 20 |
|
18 | 21 |
|
19 |
| - |
20 |
| - |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
21 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
22 | 35 |
|
23 |
| - |
24 | 36 |
|
25 | 37 |
|
26 | 38 |
|
| ||
228 | 240 |
|
229 | 241 |
|
230 | 242 |
|
231 |
| - |
232 |
| - |
233 | 243 |
|
| 244 | + |
| 245 | + |
234 | 246 |
|
235 | 247 |
|
236 | 248 |
|
237 | 249 |
|
238 | 250 |
|
239 |
| - |
240 |
| - |
241 | 251 |
|
| 252 | + |
| 253 | + |
242 | 254 |
|
243 | 255 |
|
Lib/test/test_importlib/resources/test_open.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/test_open.py+5-10Lines changed: 5 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
| ||
65 | 64 |
|
66 | 65 |
|
67 | 66 |
|
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
| 67 | + |
| 68 | + |
72 | 69 |
|
73 |
| - |
74 |
| - |
75 |
| - |
76 | 70 |
|
77 |
| - |
| 71 | + |
| 72 | + |
78 | 73 |
|
79 | 74 |
|
80 | 75 |
|
81 | 76 |
|
82 | 77 |
|
83 | 78 |
|
84 | 79 |
|
85 |
| - |
| 80 | + |
86 | 81 |
|
87 | 82 |
|
88 | 83 |
|
|
Lib/test/test_importlib/resources/test_path.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/test_path.py+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
| ||
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
28 |
| - |
29 |
| - |
30 |
| - |
| 27 | + |
31 | 28 |
|
32 | 29 |
|
33 | 30 |
|
|
Lib/test/test_importlib/resources/test_read.py
Copy file name to clipboardExpand all lines: Lib/test/test_importlib/resources/test_read.py+6-9Lines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
55 |
| - |
| 54 | + |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
| 71 | + |
| 72 | + |
76 | 73 |
|
77 | 74 |
|
78 | 75 |
|
79 |
| - |
| 76 | + |
80 | 77 |
|
81 | 78 |
|
82 | 79 |
|
|
0 commit comments