Guido van Rossum
|
70d2b890de
|
Tests for @abstractproperty by Jeffrey Yasskin.
(The previous changes to abc.py were also by him).
Put back a comment about using super() for properties
(I didn't realize this worked).
|
2007-08-01 17:52:23 +00:00 |
Guido van Rossum
|
b31339fa02
|
Add @abstractproperty.
|
2007-08-01 17:32:28 +00:00 |
Guido van Rossum
|
bb5f590323
|
Modernize the super() call in ABCMeta.__new__() -- I had messed with
it when I thought something was broken, and forgotten to restore it
before checking in (maybe I did a svn revert which had the wrong effect?).
|
2007-06-14 03:27:55 +00:00 |
Guido van Rossum
|
8518bdc382
|
Somehow this needed adding.
|
2007-06-14 00:03:37 +00:00 |