]> granicus.if.org Git - python/commitdiff
added versionadded
authorBenjamin Peterson <benjamin@python.org>
Tue, 17 Aug 2010 03:37:20 +0000 (03:37 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 17 Aug 2010 03:37:20 +0000 (03:37 +0000)
Doc/library/abc.rst

index 319b1643c7fc37351c27268c68b9e3118b9ae67e..0302eb5451490798017b7a8a70acbdbc179a43cd 100644 (file)
@@ -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)