python / importlib_metadata

Library to access metadata for Python packages
https://importlib-metadata.readthedocs.io
Apache License 2.0
127 stars 82 forks source link

Backport docs changes #466

Closed jaraco closed 11 months ago

jaraco commented 1 year ago

In https://github.com/python/cpython/pull/102217, the docs were changed for importlib.metadata. Some of those changes need to be backported here.

jaraco commented 11 months ago

As I'm exploring backporting the changes, I'm finding it increasingly difficult to manage the consistency of the documentation across these two modes.

In particular:

For these reasons, I'm leaning toward just removing the documentation here and maintaining it solely in CPython.