Skip to content

Commit 1e2381f

Browse files
committed
Remove latent reference to LegacyGroupedEntryPoints.
1 parent 56d312b commit 1e2381f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v3.7.2
2+
======
3+
4+
* Cleaned up cruft in entry_points docstring.
5+
16
v3.7.1
27
======
38

importlib_metadata/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -788,9 +788,8 @@ def entry_points(**params) -> Union[EntryPoints, SelectableGroups]:
788788
789789
For compatibility, returns ``SelectableGroups`` object unless
790790
selection parameters are supplied. In the future, this function
791-
will return ``LegacyGroupedEntryPoints`` instead of
792-
``SelectableGroups`` and eventually will only return
793-
``EntryPoints``.
791+
will return ``EntryPoints`` instead of ``SelectableGroups``
792+
even when no selection parameters are supplied.
794793
795794
For maximum future compatibility, pass selection parameters
796795
or invoke ``.select`` with parameters on the result.

0 commit comments

Comments
 (0)