stevedore 0.10

stevedore provides classes for implementing common patterns for using dynamically loaded extensions in python applications.

Project details 0.10 on PyPI

What’s New?

  • Adds propagate_map_exceptions parameter to all of the extension managers which specifies whether exceptions are propagated up through the map call or logged and then ignored. The default is to preserve the current behavior of logging and ignoring exceptions. Christopher Yeoh cyeoh@au1.ibm.com