ZODB v4.1.0 Release Notes

Release Date: 2015-01-11 // over 9 years ago
    • 🛠 Fix registration of custom logging level names ("BLATHER", "TRACE").

    We have been registering them in the wrong order since 2004. Before Python 3.4, the stdlib logging module masked the error by registering them in both directions.

    • ➕ Add support for Python 3.4.