mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
* Sync with importlib_metadata 8.2.0 Removes deprecated behaviors, including support for `PackageMetadata.__getitem__` returning None for missing keys and Distribution subclasses not implementing abstract methods. Prioritizes valid dists to invalid dists when retrieving by name (python/cpython/#120492). Adds SimplePath to `importlib.metadata.__all__`. * Add blurb |
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| _context.py | ||
| _path.py | ||
| fixtures.py | ||
| stubs.py | ||
| test_api.py | ||
| test_main.py | ||
| test_zip.py | ||