commit | c422bf8041ed51d0df5e1485d1892f821e959cba | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Mon Mar 21 09:29:58 2022 |
committer | GitHub <noreply@github.com> | Mon Mar 21 09:29:58 2022 |
tree | 5d198efdc288ae4910c14706d7dd30397164b2cf | |
parent | 980c8b04f59d93c429fc66d901d2a24c70a8d777 [diff] |
Drop the deprecated Attribute.cmp (#939) * Drop the deprecated Attribute.cmp This has nothing to do with the cmp argument to attr.s/define which have been undeprecated. * Add newsfragment * Add test for attr.ib(cmp=)