]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 72301 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Tue, 5 May 2009 01:01:52 +0000 (01:01 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 5 May 2009 01:01:52 +0000 (01:01 +0000)
commit749b70a6a67e3fa2e9d299eeb5a8123bb57e57df
tree7d33716a982c15ea89515fa78b9f681db236c8dd
parent9a8de958c7ae783fc8539733e80693137357d643
Merged revisions 72301 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r72301 | r.david.murray | 2009-05-04 18:59:07 -0400 (Mon, 04 May 2009) | 13 lines

  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