File tree 2 files changed +26
-5
lines changed
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
+
1
6
v4.0.0
2
7
=======
3
8
Original file line number Diff line number Diff line change 20
20
21
21
Library to access the metadata for a Python package.
22
22
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
28
44
29
45
30
46
Usage
You can’t perform that action at this time.
0 commit comments