entry_points
previously returned a dict-like object and other projects have taken advantage of this functionality (stevedore, for example, iterates via .items()
). As entry_points
now returns a list-like object, it breaks these previously working dict-like methods.
#3
entry_points
previously returned a dict-like object and other projects have taken advantage of this functionality (stevedore, for example, iterates via.items()
). Asentry_points
now returns a list-like object, it breaks these previously working dict-like methods.Issue appears with this change: python/importlib_metadata@7e5bae4
Originally posted by @inno in python/importlib_metadata#409
The text was updated successfully, but these errors were encountered: