-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Documentation missing for importlib.metadata.distributions() #134740
Copy link
Copy link
Closed
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-importlib
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-importlib
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Todo
Documentation
importlib.metadata.distributions()is not listed in the documentation despite being in__all__and referred to in the doc strings for several other module items such asDistributionFinder.Context.It looks like
DistributionFinderandDistributionFinder.Contextare also not documented. I'm working on a patch to add docs for those anddistributions().Originally brought up by @Julian on the PyPA discord.
cc @jaraco, I want to double check these are not intentionally excluded from docs.
Linked PRs