New submission from Sergei Izmailov <sergei.a.izmai...@gmail.com>:
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 <rep...@bugs.python.org> <https://bugs.python.org/issue41287> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com