boltons v17.0.0 Release Notes

Release Date: 2017-01-25 // over 7 years ago
  • (January 24, 2017)

    Several tweaks and enhancements to ring in the new year.

    • [tbutils][tbutils] objects like the [ExceptionInfo][tbutils.ExceptionInfo] are now more easily JSON-serializable thanks to a tweak to [Callpoint][tbutils.Callpoint].
    • SpooledIO objects like [ioutils.SpooledBytesIO][ioutils.SpooledBytesIO] are now bool-able.
    • [iterutils.bucketize][iterutils.bucketize] gains the value_transform and key_filter arguments.
    • [cachedproperty][cacheutils.cachedproperty] properly maintains docstring
    • [funcutils.wraps][funcutils.wraps] maintains a reference to the wrapped function with __wrapped__ attribute.
    • A bit of cleanup to be backwards compatible to Python 3.3