]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Tests for @abstractproperty by Jeffrey Yasskin.
authorGuido van Rossum <guido@python.org>
Wed, 1 Aug 2007 17:52:23 +0000 (17:52 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 1 Aug 2007 17:52:23 +0000 (17:52 +0000)
commit70d2b890deb44c7132bcb9cfaa36a8313281fd2c
tree01a84e83fcab3b8b585cfbcce00801aaa76a369a
parent46334cdae8a057c3f62a15e343ead7bb3d8ef33d
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).
Lib/abc.py
Lib/test/test_abc.py