projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb520c
)
I always think of the language when I see "ABC". Emphasize the meaning of
author
Skip Montanaro
<skip@pobox.com>
Tue, 4 Sep 2007 02:48:01 +0000
(
02:48
+0000)
committer
Skip Montanaro
<skip@pobox.com>
Tue, 4 Sep 2007 02:48:01 +0000
(
02:48
+0000)
the acronym.
Doc/whatsnew/3.0.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.0.rst
b/Doc/whatsnew/3.0.rst
index ba3e7efa87c6b0cc8007e0efaa17872a20aa63d9..ef5b6a363e6b217feb3af198ed39770db950c6ed 100644
(file)
--- 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.