boltons v18.0.1 Release Notes

Release Date: 2019-02-11 // about 5 years ago
  • (August 29, 2018)

    ๐Ÿ›  A few bugfixes and a handy text utility.

    • โž• Add MultiSub for multiple string substitutions in a single call ([#162][i162])
    • tableutils.Table.to_text() is more Markdown compatible
    • โž• Add LICENSE to package ([#164][i164])
    • ๐Ÿ‘ atomic_save works better with overwrite=True ([#161][i161])
    • Reduced memory footprint on tbutils._DeferredLine with __slots__