From: Skip Montanaro Date: Tue, 4 Sep 2007 02:48:01 +0000 (+0000) Subject: I always think of the language when I see "ABC". Emphasize the meaning of X-Git-Tag: v3.0a2~463 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a86f5d4029f839cd19358f7de61ccce1c15fee45;p=thirdparty%2FPython%2Fcpython.git I always think of the language when I see "ABC". Emphasize the meaning of the acronym. --- diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index ba3e7efa87c6..ef5b6a363e6b 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -198,7 +198,7 @@ New Class and Metaclass Stuff * PEP 3115: New Metaclass Syntax. -* PEP 3119: Abstract Base Classes; ``@abstractmethod`` and +* PEP 3119: Abstract Base Classes (ABCs); ``@abstractmethod`` and ``@abstractproperty`` decorators; collection ABCs. * PEP 3129: Class decorators.