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 Sergei Izmailov
Recipients Sergei Izmailov
Date 2020-07-12.20:34:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594586083.6.0.902653661287.issue41287@roundup.psfhosted.org>
In-reply-to
Content
MRE: 

class Property(property):
    pass

print(Property(None, None, None, "hello").__doc__)

Expected: 
hello

Actual:
None
History
Date User Action Args
2020-07-12 20:34:43Sergei Izmailovsetrecipients: + Sergei Izmailov
2020-07-12 20:34:43Sergei Izmailovsetmessageid: <1594586083.6.0.902653661287.issue41287@roundup.psfhosted.org>
2020-07-12 20:34:43Sergei Izmailovlinkissue41287 messages
2020-07-12 20:34:43Sergei Izmailovcreate