blob: 86dfbb78429d2c20b20bdb0dc13e5fc46fc2e601 [file] [log] [blame]
Added ``attr.converters.default_if_none()`` that allows to replace ``None`` values in attributes.
For example ``attr.ib(converter=default_if_none(""))`` replaces ``None`` by empty strings.