Bugs item #1529717, was opened at 2006-07-27 16:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1529717&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: Parser/Compiler Group: Feature Request Status: Open Resolution: None Priority: 5 Submitted By: Michael Amrhein (mamrhein) Assigned to: Nobody/Anonymous (nobody) Summary: doc string of read-only properties Initial Comment: It would be nice if read-only properties (only fget defined) that have no doc string assigned would automatically show the doc string of the fget function. This would allow to write code like @property def prop(self): """Property prop""" ... while making the doc string visible at the property level. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1529717&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com