]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- super() no longer ignores data descriptors, except __class__. See
authorGuido van Rossum <guido@python.org>
Wed, 16 Apr 2003 19:40:58 +0000 (19:40 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 16 Apr 2003 19:40:58 +0000 (19:40 +0000)
commit76ba09fd81246c21f0de25f559d4da47b457f2e2
treecd59c1827922a956b1ed047b4f21c6ee47d8ec01
parent954bcf5fe0d44f224c404628b0966bc63277548a
- super() no longer ignores data descriptors, except __class__.  See
  the thread started at
  http://mail.python.org/pipermail/python-dev/2003-April/034338.html
Misc/NEWS
Objects/typeobject.c