]> granicus.if.org Git - python/commit
Merged revisions 72299 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Tue, 5 May 2009 00:52:14 +0000 (00:52 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 5 May 2009 00:52:14 +0000 (00:52 +0000)
commit05afa1aefd58593030213037a9bbf743e4099a04
tree93eca0e03a1be07ce423b566f66f1469c390caff
parente199a494677933cbfce3fa7a3ee4bd2f40113153
Merged revisions 72299 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72299 | r.david.murray | 2009-05-04 18:16:24 -0400 (Mon, 04 May 2009) | 7 lines

  Fix issue 5890: (property subclass shadows __doc__ string) by inserting
  the __doc__ into the subclass instance __dict__.  The fix refactors
  property_copy to call property_init in such a way that the __doc__
  logic is re-executed correctly when getter_doc is 1, thus simplifying
  property_copy.
........
Lib/test/test_property.py
Misc/NEWS
Objects/descrobject.c