File tree Expand file tree Collapse file tree 2 files changed +26
-5
lines changed
Expand file tree Collapse file tree 2 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 1+ v4.0.1
2+ =======
3+
4+ * #306: Clearer guidance about compatibility in readme.
5+
16v4.0.0
27=======
38
Original file line number Diff line number Diff line change 2020
2121Library 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
3046Usage
You can’t perform that action at this time.
0 commit comments