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; [EMAIL PROTECTED] and +* PEP 3119: Abstract Base Classes (ABCs); [EMAIL PROTECTED] and [EMAIL PROTECTED] decorators; collection ABCs. * PEP 3129: Class decorators. _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
