cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-134740: Document distribution discovery in importlib.metadata

Open emmatyping opened this issue 7 months ago • 7 comments

Document the following items listed in __all__ but missing from documentation:

  • distributions(): mentioned in doc strings as well
  • DistributionFinder: mentioned but didn't have it's own :class: entry
  • DistributionFinder.Context: mentioned but didn't have it's own :class: entry)
  • Distribution.discover(): mentioned in doc strings
  • Issue: gh-134740

📚 Documentation preview 📚: https://cpython-previews--134751.org.readthedocs.build/

emmatyping avatar May 26 '25 20:05 emmatyping