attrs/changelog.d/939.breaking.rst

3 lines
201 B
ReStructuredText
Raw Normal View History

The deprecated ``cmp`` attribute of ``attrs.Attribute`` has been removed.
This does not affect the *cmp* argument to ``attr.s`` that can be used as a shortcut to set *eq* and *order* at the same time.