[issue36326] Teach inpsect.getdoc() to read __slots__ with an optional data dictionary

2019-03-25 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36326] Teach inpsect.getdoc() to read __slots__ with an optional data dictionary

2019-03-25 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset d1e768a67707bf7bb426c1537e1a764e89eaff78 by Raymond Hettinger in branch 'master': bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498) https://github.com/python/cpython/commit/d1e768a67707bf7bb426c1537e1a764e89eaff78

[issue36326] Teach inpsect.getdoc() to read __slots__ with an optional data dictionary

2019-03-22 Thread Raymond Hettinger
Change by Raymond Hettinger : -- title: Build-out help() to read __slots__ with an optional data dictionary -> Teach inpsect.getdoc() to read __slots__ with an optional data dictionary ___ Python tracker