boltons v0.6.0 Release Notes

  • (April 10, 2015)

    🛠 Python 3 support and several community bugfixes. Docs clarifications, too.

    • Make boltons Python 3 compatible without any external dependencies. All modules are independent and work in Python 2.6, 2.7, 3.4, and PyPy.
    • clarify TracebackInfo.from_current() method gap, per user 'dl__' here: http://www.reddit.com/r/Python/comments/321d3o/boltons_over_100_python_utilities/
    • Fix the [cacheutils.cached][cacheutils.cached] decorator, adding a sanity test, fixes [#12][i12]
    • Fix bytes2human when builtin zip returns iterators
    • Simplified logic of [iterutils.chunked][iterutils.chunked]