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 rhettinger
Recipients Sergei Izmailov, rhettinger, xtreak
Date 2020-07-14.05:31:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594704693.78.0.743528823707.issue41287@roundup.psfhosted.org>
In-reply-to
Content
What would you expect this to print?

class Property(property):
    'custom docstring'

print(Property(None, None, None, "hello").__doc__)
History
Date User Action Args
2020-07-14 05:31:33rhettingersetrecipients: + rhettinger, xtreak, Sergei Izmailov
2020-07-14 05:31:33rhettingersetmessageid: <1594704693.78.0.743528823707.issue41287@roundup.psfhosted.org>
2020-07-14 05:31:33rhettingerlinkissue41287 messages
2020-07-14 05:31:33rhettingercreate