Skip to content

Commit

Permalink
Remove latent reference to LegacyGroupedEntryPoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 7, 2021
1 parent 56d312b commit 1e2381f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v3.7.2
======

* Cleaned up cruft in entry_points docstring.

v3.7.1
======

Expand Down
5 changes: 2 additions & 3 deletions importlib_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,9 +788,8 @@ def entry_points(**params) -> Union[EntryPoints, SelectableGroups]:
For compatibility, returns ``SelectableGroups`` object unless
selection parameters are supplied. In the future, this function
will return ``LegacyGroupedEntryPoints`` instead of
``SelectableGroups`` and eventually will only return
``EntryPoints``.
will return ``EntryPoints`` instead of ``SelectableGroups``
even when no selection parameters are supplied.
For maximum future compatibility, pass selection parameters
or invoke ``.select`` with parameters on the result.
Expand Down

0 comments on commit 1e2381f

Please sign in to comment.