[Python-3000-checkins] r57940 - python/branches/py3k/Doc/whatsnew/3.0.rst

skip.montanaro python-3000-checkins at python.org
Tue Sep 4 04:48:02 CEST 2007


Author: skip.montanaro
Date: Tue Sep  4 04:48:01 2007
New Revision: 57940

Modified:
   python/branches/py3k/Doc/whatsnew/3.0.rst
Log:
I always think of the language when I see "ABC".  Emphasize the meaning of
the acronym.


Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.0.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.0.rst	Tue Sep  4 04:48:01 2007
@@ -198,7 +198,7 @@
 
 * 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.


More information about the Python-3000-checkins mailing list