Skip to content

Commit

Permalink
Add blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 13, 2024
1 parent 7e4b0fa commit f5a6814
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
``importlib.metadata`` now prioritizes valid dists to invalid dists when
retrieving by name.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
``importlib.metadata`` now raises a ``KeyError`` instead of returning
``None`` when a key is missing from the metadata.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
``SimplePath`` is now presented in ``importlib.metadata.__all__``.

0 comments on commit f5a6814

Please sign in to comment.