New submission from Sergei Izmailov <[email protected]>:
MRE:
class Property(property):
pass
print(Property(None, None, None, "hello").__doc__)
Expected:
hello
Actual:
None
----------
messages: 373571
nosy: Sergei Izmailov
priority: normal
severity: normal
status: open
title: __doc__ attribute is not set in property-derived classes
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue41287>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com