Files
cpython/Lib
R. David Murray 05afa1aefd 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.
........
2009-05-05 00:52:14 +00:00
..
2008-07-16 22:09:17 +00:00
2008-03-04 21:14:04 +00:00
2008-05-20 07:49:57 +00:00
2008-04-22 08:08:41 +00:00
2008-08-19 19:07:38 +00:00
2008-05-10 22:45:07 +00:00
2008-05-09 00:27:01 +00:00
2008-05-09 00:27:01 +00:00
2008-05-11 14:17:13 +00:00
2008-02-23 22:09:24 +00:00
2008-04-28 02:57:23 +00:00
2009-04-28 18:53:13 +00:00
2008-06-11 17:27:50 +00:00
2008-05-10 02:27:04 +00:00
2008-07-14 17:42:17 +00:00
2008-05-10 17:36:24 +00:00
2008-05-27 01:18:39 +00:00
2008-04-08 22:07:05 +00:00