[Python-Dev] r84124 - in python/branches/py3k: Doc/library/abc.rst Lib/abc.py Lib/test/test_abc.py Misc/NEWS (original) (raw)

Georg Brandl g.brandl at gmx.net
Tue Aug 17 05:28:57 CEST 2010


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/testabc.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.



More information about the Python-Dev mailing list