diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-31 17:56:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-31 17:56:43 (GMT) |
commit | dfdca85dfa64e72df385b3a486f85b773fc0f135 (patch) | |
tree | f035325cbc5e8787d8e7824bdd7ad4edbe42e795 /Doc/using | |
parent | f4936ad1c4d0ae1948e428aeddc7d3096252dae4 (diff) | |
download | cpython-dfdca85dfa64e72df385b3a486f85b773fc0f135.zip cpython-dfdca85dfa64e72df385b3a486f85b773fc0f135.tar.gz cpython-dfdca85dfa64e72df385b3a486f85b773fc0f135.tar.bz2 |
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758)
* bpo-42382: In importlib.metadata, `EntryPoint` objects now expose a `.dist` object referencing the `Distribution` when constructed from a `Distribution`.
Also, sync importlib_metadata 3.3:
- Add support for package discovery under package normalization rules.
- The object returned by `metadata()` now has a formally-defined protocol called `PackageMetadata` with declared support for the `.get_all()` method.
* Add blurb
* Remove latent footnote.
Diffstat (limited to 'Doc/using')
0 files changed, 0 insertions, 0 deletions