python / importlib_metadata

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

Correct the interface for SimplePath #480

Closed jaraco closed 7 months ago

jaraco commented 7 months ago

While reviewing the interface for Distribution, I realized that locate_file was incorrectly reporting a return of pathlib.Path when it in fact could be a zipfile.Path or other SimplePath. This change expands the definition of SimplePath and then applies it to Distribution.locate_file and PackagePath.