This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dustin.farris
Recipients docs@python, dustin.farris, eric.araujo
Date 2011-01-29.18:14:07
SpamBayes Score 5.328559e-08
Marked as misclassified No
Message-id <1296324848.67.0.145026906547.issue11064@psf.upfronthosting.co.za>
In-reply-to
Content
This is what I get:


Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import abc
>>> help(abc)

NAME
    abc - Abstract Base Classes (ABCs) according to PEP 3119.

FILE
    /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/abc.py


.....


|  Usage:
     |  
     |      class C(metaclass=ABCMeta):
     |          @abstractproperty
     |          def my_abstract_property(self):
     |              ...
History
Date User Action Args
2011-01-29 18:14:08dustin.farrissetrecipients: + dustin.farris, eric.araujo, docs@python
2011-01-29 18:14:08dustin.farrissetmessageid: <1296324848.67.0.145026906547.issue11064@psf.upfronthosting.co.za>
2011-01-29 18:14:08dustin.farrislinkissue11064 messages
2011-01-29 18:14:07dustin.farriscreate