Files
cpython/Objects
R. David Murray 7ba8e1cbfd 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-04 22:16:24 +00:00
..
2008-07-24 07:04:55 +00:00
2009-04-19 02:40:43 +00:00
2008-08-24 05:04:52 +00:00