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

Correct the interface for SimplePath #480

Closed jaraco closed 11 months ago

jaraco commented 11 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.