Commit 330cfcd
committed
[3.12] pythongh-121735: Fix module-adjacent references in zip files (pythonGH-123037)
* pythongh-116608: Apply style and compatibility changes from importlib_metadata.
* pythongh-121735: Ensure module-adjacent resources are loadable from a zipfile.
* pythongh-121735: Allow all modules to be processed by the ZipReader.
* Add blurb
* Remove update-zips script, unneeded.
* Remove unnecessary references to removed static fixtures.
* Remove zipdata fixtures, unused.
(cherry picked from commit ba687d9)
Co-authored-by: Jason R. Coombs <[email protected]>1 parent 53af5b2 commit 330cfcd
File tree
38 files changed
+282
-294
lines changed- Lib
- importlib/resources
- test/test_importlib/resources
- data01
- subdirectory
- data02
- one
- subdirectory/subsubdir
- two
- data03
- namespace
- portion1
- portion2
- namespacedata01
- zipdata01
- zipdata02
- Misc/NEWS.d/next/Library
38 files changed
+282
-294
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
Whitespace-only changes.
Binary file not shown.
Whitespace-only changes.
Binary file not shown.
Binary file not shown.
This file was deleted.
Whitespace-only changes.
Whitespace-only changes.
0 commit comments