I always think of the language when I see "ABC". Emphasize the meaning of

the acronym.
This commit is contained in:
Skip Montanaro 2007-09-04 02:48:01 +00:00
parent 5eb520cf1e
commit a86f5d4029

View file

@ -198,7 +198,7 @@ New Class and Metaclass Stuff
* PEP 3115: New Metaclass Syntax. * PEP 3115: New Metaclass Syntax.
* PEP 3119: Abstract Base Classes; ``@abstractmethod`` and * PEP 3119: Abstract Base Classes (ABCs); ``@abstractmethod`` and
``@abstractproperty`` decorators; collection ABCs. ``@abstractproperty`` decorators; collection ABCs.
* PEP 3129: Class decorators. * PEP 3129: Class decorators.