Commit ad1e0c5e authored by Benjamin Peterson's avatar Benjamin Peterson

added versionadded

parent 052a02be
......@@ -169,6 +169,8 @@ It also provides the following decorators:
def my_abstract_classmethod(cls, ...):
...
.. versionadded:: 3.2
.. decorator:: abstractstaticmethod(function)
......@@ -182,6 +184,8 @@ It also provides the following decorators:
def my_abstract_staticmethod(...):
...
.. versionadded:: 3.2
.. function:: abstractproperty(fget=None, fset=None, fdel=None, doc=None)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment