diff options
author | Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com> | 2020-03-16 08:12:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 08:12:53 (GMT) |
commit | 4ab362cec6dc68c798b3e354f687cf39e207b9a9 (patch) | |
tree | fd3e04e72101bda5ade2fc0ee4437974a53daa9b /Misc | |
parent | 5b66ec166b81c8a77286da2c0d17be3579c3069a (diff) | |
download | cpython-4ab362cec6dc68c798b3e354f687cf39e207b9a9.zip cpython-4ab362cec6dc68c798b3e354f687cf39e207b9a9.tar.gz cpython-4ab362cec6dc68c798b3e354f687cf39e207b9a9.tar.bz2 |
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-02-15-20-38-11.bpo-39638.wm_RS3.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-02-15-20-38-11.bpo-39638.wm_RS3.rst b/Misc/NEWS.d/next/Library/2020-02-15-20-38-11.bpo-39638.wm_RS3.rst new file mode 100644 index 0000000..c2f05f0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-02-15-20-38-11.bpo-39638.wm_RS3.rst @@ -0,0 +1,2 @@ +Keep ASDL signatures in the docstrings for ``AST`` nodes. Patch by Batuhan +Taskaya |