boltons v16.0.1 Release Notes

  • (January 24, 2016)

    📇 DummyFile, Table.metadata, better exception handling, and in-progress iterutils.get_path

    • Small format fix in [iterutils.one][iterutils.one] for None
    • Initial implementation of [fileutils.DummyFile][fileutils.DummyFile], which allows for easy no-op file handling without restructuring code. Sort of like a dummy RLock for systems without threading, if you've seen those.
    • avoid catching BaseException in all boltons
    • better error handling in iterutils.get_path