Patches item #1434038, was opened at 2006-02-18 09:37 Message generated for change (Comment added) made by birkenfeld You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1434038&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: Georg Brandl (birkenfeld) Assigned to: Nobody/Anonymous (nobody) Summary: Make property use the getter's __doc__ if no doc argument Initial Comment: As requested by Guido in http://mail.python.org/pipermail/python-dev/2006-February/061320.html. The patch adds a check that fget, fset and fdel are callable, if present. Please check for ref leaks et al. ---------------------------------------------------------------------- >Comment By: Georg Brandl (birkenfeld) Date: 2006-02-18 10:51 Message: Logged In: YES user_id=1188172 Adding docs and test suite changes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1434038&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
