This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
attrs
mirror of
https://github.com/python-attrs/attrs.git
Watch
1
Star
1
Fork
You've already forked attrs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5b866d34cb
attrs
/
changelog.d
/
431.change.rst
2 lines
90 B
ReStructuredText
Raw
Normal View
History
Unescape
Escape
Consistently use "base class" and "subclass" (#436) Thanks to ABCs, "base class" is more Python than "superclass" and the latter is also slightly confusing by alluding to "super" and/or being judgy.
2018-08-29 16:52:47 +00:00
It is now possible to override a base class' class variable using only class annotations.