]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38870: Implement support for ast.FunctionType in ast.unparse (GH-19016)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Sun, 15 Mar 2020 19:56:57 +0000 (22:56 +0300)
committerGitHub <noreply@github.com>
Sun, 15 Mar 2020 19:56:57 +0000 (19:56 +0000)
commit5b66ec166b81c8a77286da2c0d17be3579c3069a
treefb90f42e9e26438f995a56909b7b8f7d8dbfd39e
parentac10e0c93218627d1a639db0b7b41714c5f6a883
bpo-38870: Implement support for ast.FunctionType in ast.unparse (GH-19016)
Lib/ast.py
Lib/test/test_unparse.py