From 229c51fcc99d8713ff3b4955c38b2a0bc22f30d0 Mon Sep 17 00:00:00 2001 From: Yclept Nemo Date: Mon, 28 Aug 2023 16:37:39 -0400 Subject: [PATCH] gh-108580: Add NEWS blurb --- .../Library/2023-08-28-16-37-27.gh-issue-108580.BE0loO.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2023-08-28-16-37-27.gh-issue-108580.BE0loO.rst diff --git a/Misc/NEWS.d/next/Library/2023-08-28-16-37-27.gh-issue-108580.BE0loO.rst b/Misc/NEWS.d/next/Library/2023-08-28-16-37-27.gh-issue-108580.BE0loO.rst new file mode 100644 index 000000000000000..fcc618b51e1daf2 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-08-28-16-37-27.gh-issue-108580.BE0loO.rst @@ -0,0 +1,4 @@ +Add the properties ``PackageMetadata.authors`` and +``PackageMetadata.maintainers`` to the ``importlib.metadata`` module. These +unify and provide minimal parsing for the respective core metadata fields +("Author", "Author-email"), and ("Maintainer", "Maintainer-email").