Skip to content

Commit 0c86a02

Browse files
committed
Add compatibility matrix comparing importlib_metadata versions and the associated stdlib version. Fixes #306.
1 parent 615044d commit 0c86a02

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v4.0.1
2+
=======
3+
4+
* #306: Clearer guidance about compatibility in readme.
5+
16
v4.0.0
27
=======
38

README.rst

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,27 @@
2020

2121
Library to access the metadata for a Python package.
2222

23-
As of Python 3.8, this functionality has been added to the
24-
`Python standard library
25-
<https://docs.python.org/3/library/importlib.metadata.html>`_.
26-
This package supplies backports of that functionality including
27-
improvements added to subsequent Python versions.
23+
This package supplies third-party access to the functionality of
24+
`importlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>`_
25+
including improvements added to subsequent Python versions.
26+
27+
28+
Compatibility
29+
=============
30+
31+
New features are introduced in this third-party library and later merged
32+
into CPython. The following table indicates which versions of this library
33+
were contributed to different versions in the standard library:
34+
35+
.. list-table::
36+
:header-rows: 1
37+
38+
* - importlib_metadata
39+
- stdlib
40+
* - 3.10
41+
- 3.10
42+
* - 1.4
43+
- 3.8
2844

2945

3046
Usage

0 commit comments

Comments
 (0)