diff options
author | Hakan Çelik <hakancelik96@outlook.com> | 2020-02-24 02:00:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 02:00:40 (GMT) |
commit | aea045adb8c90394264908670cbc495c5a41b65e (patch) | |
tree | 9bb463b5043e624cc77cf81ea18bf73f86a44c31 /Misc | |
parent | 9f37872e307734666a7169f7be6e3370d3068282 (diff) | |
download | cpython-aea045adb8c90394264908670cbc495c5a41b65e.zip cpython-aea045adb8c90394264908670cbc495c5a41b65e.tar.gz cpython-aea045adb8c90394264908670cbc495c5a41b65e.tar.bz2 |
bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528)
Full nested function and class info makes it a module browser.
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-02-18-07-42-20.bpo-39654.MoT1jI.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-02-18-07-42-20.bpo-39654.MoT1jI.rst b/Misc/NEWS.d/next/Documentation/2020-02-18-07-42-20.bpo-39654.MoT1jI.rst new file mode 100644 index 0000000..cff201d --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-02-18-07-42-20.bpo-39654.MoT1jI.rst @@ -0,0 +1,2 @@ +In pyclbr doc, update 'class' to 'module' where appropriate and add readmodule comment. +Patch by Hakan Çelik. |