Skip to content

Commit

Permalink
Add compatibility matrix comparing importlib_metadata versions and th…
Browse files Browse the repository at this point in the history
…e associated stdlib version. Fixes #306.
  • Loading branch information
jaraco committed Apr 21, 2021
1 parent 615044d commit 0c86a02
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v4.0.1
=======

* #306: Clearer guidance about compatibility in readme.

v4.0.0
=======

Expand Down
26 changes: 21 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,27 @@

Library to access the metadata for a Python package.

As of Python 3.8, this functionality has been added to the
`Python standard library
<https://docs.python.org/3/library/importlib.metadata.html>`_.
This package supplies backports of that functionality including
improvements added to subsequent Python versions.
This package supplies third-party access to the functionality of
`importlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>`_
including improvements added to subsequent Python versions.


Compatibility
=============

New features are introduced in this third-party library and later merged
into CPython. The following table indicates which versions of this library
were contributed to different versions in the standard library:

.. list-table::
:header-rows: 1

* - importlib_metadata
- stdlib
* - 3.10
- 3.10
* - 1.4
- 3.8


Usage
Expand Down

0 comments on commit 0c86a02

Please sign in to comment.