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

Disallow passing of 'dist' to EntryPoints.select. #498

Closed jaraco closed 3 months ago

jaraco commented 4 months ago

Closes python/cpython#107220.

jaraco commented 4 months ago

@megies I'd be interested in your opinion on this change (applied first to importlib_metadata to later be incorporated into CPython).

megies commented 3 months ago

Sorry about the delay. Seems good to me and good to include the proposed use case in the error message :+1: