cpython/Misc/NEWS.d/next
Jason R. Coombs dfdca85dfa
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.
2020-12-31 12:56:43 -05:00
..
Build bpo-27640: Add --disable-test-modules configure option (GH-23886) 2020-12-30 13:50:39 +01:00
C API bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) 2020-12-29 15:32:07 -08:00
Core and Builtins bpo-27794: Add name attribute to property class (GH-23967) 2020-12-30 01:51:24 -08:00
Documentation bpo-34398: Allow glossary results to show up on search page (GH-8773) 2020-12-18 20:00:51 +01:00
IDLE Python 3.10.0a3 2020-12-07 19:34:10 +00:00
Library bpo-42382: In importlib.metadata, EntryPoint objects now expose dist (#23758) 2020-12-31 12:56:43 -05:00
macOS Python 3.10.0a3 2020-12-07 19:34:10 +00:00
Security Python 3.10.0a3 2020-12-07 19:34:10 +00:00
Tests bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031) 2020-12-17 16:30:29 -08:00
Tools-Demos closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) 2020-12-24 09:16:04 -08:00
Windows Python 3.10.0a3 2020-12-07 19:34:10 +00:00