Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:
What would you expect this to print? class Property(property): 'custom docstring' print(Property(None, None, None, "hello").__doc__) ---------- nosy: +rhettinger _______________________________________ 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