Am 17.08.2010 02:52, schrieb benjamin.peterson: > Author: benjamin.peterson > Date: Tue Aug 17 02:52:52 2010 > New Revision: 84124 > > Log: > add support for abstract class and static methods #5867 > > Modified: > python/branches/py3k/Doc/library/abc.rst > python/branches/py3k/Lib/abc.py > python/branches/py3k/Lib/test/test_abc.py > python/branches/py3k/Misc/NEWS > > Modified: python/branches/py3k/Doc/library/abc.rst > ============================================================================== > --- python/branches/py3k/Doc/library/abc.rst (original) > +++ python/branches/py3k/Doc/library/abc.rst Tue Aug 17 02:52:52 2010 > @@ -157,6 +157,32 @@ > multiple-inheritance. > > > +.. decorator:: abstractclassmethod(function)
versionadded? Georg -- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the number of spaces thou shalt indent, and the number of thy indenting shall be four. Eight shalt thou not indent, nor either indent thou two, excepting that thou then proceed to four. Tabs are right out. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com