10000 Extend the changelog to reference the backport. Fixes #298. · python/importlib_metadata@b18a7ee · GitHub
[go: up one dir, main page]

Skip to content

Commit b18a7ee

Browse files
committed
Extend the changelog to reference the backport. Fixes #298.
1 parent 33ea676 commit b18a7ee

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGES.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,18 @@ v3.9.0
2323
``warnings.filterwarnings('ignore', 'SelectableGroups dict interface')``.
2424

2525
Preferably, switch to the ``select`` interface introduced
26-
in 3.7.0.
26+
in 3.7.0. See the
27+
`entry points documentation <https://importlib-metadata.readthedocs.io/en/latest/using.html#entry-points>`_ and changelog for the 3.6
28+
release below for more detail.
29+
30+
For some use-cases, especially those that rely on
31+
``importlib.metadata`` in Python 3.8 and 3.9 or
32+
those relying on older ``importlib_metadata`` (especially
33+
on Python 3.5 and earlier),
34+
`backports.entry_points_selectable <https://pypi.org/project/backports.entry_points_selectable>`_
35+
was created to ease the transition. Please have a look
36+
at that project if simply relying on importlib_metadata 3.6+
37+
is not straightforward. Background in #298.
2738

2839
* #283: Entry point parsing no longer relies on ConfigParser
2940
and instead uses a custom, one-pass parser to load the

0 commit comments

Comments
 (0)
0