This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients gsakkis, r.david.murray
Date 2009-05-04.20:54:47
SpamBayes Score 4.633685e-06
Marked as misclassified No
Message-id <1241470490.13.0.982221833451.issue5890@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch that updates property_copy so that the __doc__ string is
also copied appropriately when getter, setter, or deller are used.  A
bunch more tests, as well. I refactored property_copy to make it reuse
the logic in property_init directly.

Unfortunately I've got a refleak somewhere in there (regrtest -R :: says
[8, 8, 8, 8].  Hopefully fresh and more experienced eyes can help me out.
History
Date User Action Args
2009-05-04 20:54:50r.david.murraysetrecipients: + r.david.murray, gsakkis
2009-05-04 20:54:50r.david.murraysetmessageid: <1241470490.13.0.982221833451.issue5890@psf.upfronthosting.co.za>
2009-05-04 20:54:48r.david.murraylinkissue5890 messages
2009-05-04 20:54:48r.david.murraycreate