diff options
author | Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com> | 2019-05-18 22:10:20 (GMT) |
---|---|---|
committer | Pablo Galindo <Pablogsal@gmail.com> | 2019-05-18 22:10:20 (GMT) |
commit | fa19a25c238d0769e6a5aa63ce05133d66043556 (patch) | |
tree | 077b992633fa929e61a03b606803d84a9f9f524a /Misc | |
parent | eab99650799699f766c2660f4cfa8ff3f9e8457f (diff) | |
download | cpython-fa19a25c238d0769e6a5aa63ce05133d66043556.zip cpython-fa19a25c238d0769e6a5aa63ce05133d66043556.tar.gz cpython-fa19a25c238d0769e6a5aa63ce05133d66043556.tar.bz2 |
Add support for PEP572 in ast_unparse.c (GH-13337)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-05-15-14-01-09.bpo-36826.GLrO3W.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-05-15-14-01-09.bpo-36826.GLrO3W.rst b/Misc/NEWS.d/next/Core and Builtins/2019-05-15-14-01-09.bpo-36826.GLrO3W.rst new file mode 100644 index 0000000..5a1b519 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-05-15-14-01-09.bpo-36826.GLrO3W.rst @@ -0,0 +1 @@ +Add NamedExpression kind support to ast_unparse.c |