commit | 70d2b890deb44c7132bcb9cfaa36a8313281fd2c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 01 17:52:23 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 01 17:52:23 2007 +0000 |
tree | 01a84e83fcab3b8b585cfbcce00801aaa76a369a | |
parent | 46334cdae8a057c3f62a15e343ead7bb3d8ef33d [diff] |
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).