]> granicus.if.org Git - python/commit
- super() no longer ignores data descriptors, except __class__. See
authorGuido van Rossum <guido@python.org>
Wed, 16 Apr 2003 20:02:22 +0000 (20:02 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 16 Apr 2003 20:02:22 +0000 (20:02 +0000)
commita4541a30fcd101c6c6ed83a55d13c505f97378d8
tree491836909511d88cb7e4e60cb056ad2f741f7f4c
parent6cc5bb685db13616f3f6474b9556d9bfc5195b20
- super() no longer ignores data descriptors, except __class__.  See
  the thread started at
  http://mail.python.org/pipermail/python-dev/2003-April/034338.html
Lib/test/test_descr.py