boltons v20.1.0 Release Notes

Release Date: 2020-03-30 // about 4 years ago
  • (March 29, 2020)

    • โšก๏ธ Add [funcutils.update_wrapper][funcutils.update_wrapper], used to make a wrapper function reflect various aspects of the wrapped function's API.
    • Fix [FunctionBuilder][FunctionBuilder] handling of functions without __module__
    • โž• Add partial support to [FunctionBuilder][FunctionBuilder]
    • ๐Ÿ›  Fix [NetstringSocket][socketutils.NetstringSocket]'s handling of arguments in read_ns
    • ๐Ÿ›  Fix [IndexedSet][IndexedSet]'s index() method to account for removals
    • โž• Add seekable, readable, and writable to SpooledIOBase
    • โž• Add a special case to singularize
    • ๐Ÿ›  Fix various warnings for Py3.9