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.

classification
Title: Add end lines to pyclbr objects
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.9
process
Status: closed Resolution: postponed
Dependencies: Superseder:
Assigned To: Nosy List: RobertKearns, terry.reedy
Priority: normal Keywords: patch

Created on 2019-10-02 06:30 by RobertKearns, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 16534 closed RobertKearns, 2019-10-02 06:40
Messages (1)
msg353996 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2019-10-05 06:44
I am closing this for now because there is no information upon which to proceed, and because you closed your PR (without explanation).  The nested dicts returned by pyclbr already constitute a tree of nesting relationships between the functions and classes defined in a module.  IDLE, for instance, uses this for its module browser.  (The obsolete name 'pyclbr' comes from when it only returned, I believe, a dict of top-level classes.)
History
Date User Action Args
2022-04-11 14:59:21adminsetgithub: 82526
2019-10-05 06:44:43terry.reedysetstatus: open -> closed

nosy: + terry.reedy
messages: + msg353996

resolution: postponed
stage: patch review -> resolved
2019-10-02 06:40:26RobertKearnssetkeywords: + patch
stage: patch review
pull_requests: + pull_request16124
2019-10-02 06:30:42RobertKearnscreate